emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/Makefile.in


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Wed, 28 Nov 2001 19:47:32 -0500

Index: emacs/Makefile.in
diff -u emacs/Makefile.in:1.253 emacs/Makefile.in:1.254
--- emacs/Makefile.in:1.253     Mon Nov 26 06:11:24 2001
+++ emacs/Makefile.in   Wed Nov 28 19:47:32 2001
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]