Mercurial > emacs
changeset 43191:22e3a08912b6
(maybe_bootstrap): Add an infinite sleep-loop.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 08 Feb 2002 14:11:47 +0000 |
parents | dde60cf0dc4a |
children | cb0f03cc4b81 |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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