]> code.delx.au - gnu-emacs/blobdiff - Makefile.in
(antlr-c-common-init): Don't inhibit adaptive-fill-mode any more.
[gnu-emacs] / Makefile.in
index fad910c7e1e2db84fd079a37e84fabd4682d0780..24633a84018a11c80c68d23c321f8cf1c22d6c0e 100644 (file)
@@ -692,11 +692,12 @@ 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: boostrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean all info
+bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info
 
 bootstrap-lisp-1:
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)