changeset 41651:01caeff5df7a

(maybe_bootstrap): Don't bootstrap, just suggest it.
author Richard M. Stallman <rms@gnu.org>
date Thu, 29 Nov 2001 00:47:32 +0000
parents 73ea0939f695
children 5223683cd329
files Makefile.in
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Thu Nov 29 00:45:10 2001 +0000
+++ b/Makefile.in	Thu Nov 29 00:47:32 2001 +0000
@@ -692,8 +692,9 @@
 .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