# HG changeset patch # User Richard M. Stallman # Date 1013177507 0 # Node ID 22e3a08912b61aea5c0d1fbe4a4ae97b94a28535 # Parent dde60cf0dc4a55e0a403faf2df94ce53d6ca8232 (maybe_bootstrap): Add an infinite sleep-loop. diff -r dde60cf0dc4a -r 22e3a08912b6 Makefile.in --- a/Makefile.in Fri Feb 08 13:57:03 2002 +0000 +++ b/Makefile.in Fri Feb 08 14:11:47 2002 +0000 @@ -695,6 +695,8 @@ @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."; \ + echo "This Make job will now hang till you kill it."; \ + while true; do sleep 10; done; \ fi bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info