(maybe_bootstrap): Don't bootstrap, just suggest it.

This commit is contained in:
Richard M. Stallman 2001-11-29 00:47:32 +00:00
parent fe2014cd30
commit ea8c55c919

View file

@ -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