# HG changeset patch # User Richard M. Stallman # Date 1006994852 0 # Node ID 01caeff5df7afe1cbaf850cac6dc02473316725a # Parent 73ea0939f695f6bd2d7838a8acc670b1a8ddd6c5 (maybe_bootstrap): Don't bootstrap, just suggest it. diff -r 73ea0939f695 -r 01caeff5df7a Makefile.in --- 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