summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-11-29 00:47:32 +0000
committerRichard M. Stallman <rms@gnu.org>2001-11-29 00:47:32 +0000
commit0e8f7937ec8a24ceb781d8e612279b63031b5f29 (patch)
tree65eff036a81a5b515415fb1d4371ba22c98f4977
parent21b9c04059ebc45c407edd1c4088bd25fa61aa38 (diff)
downloademacs-0e8f7937ec8a24ceb781d8e612279b63031b5f29.tar.gz
(maybe_bootstrap): Don't bootstrap, just suggest it.
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 3941b0b07db..65c16eb2a1a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -692,8 +692,9 @@ dvi:
.PHONY: maybe_bootstrap
maybe_bootstrap:
- if [ ! -f $(srcdir)/lisp/abbrev.elc ]; then \
- $(MAKE) $(MFLAGS) bootstrap; \
+ @if [ ! -f $(srcdir)/lisp/abbrev.elc ]; then \
+ echo "Essential Lisp files seem to be missing. You should either" \
+ echo "do `make bootstrap' or create `lisp/abbrev.elc' somehow." \
fi
bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info