1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00

(maybe_bootstrap): Add an infinite sleep-loop.

This commit is contained in:
Richard M. Stallman 2002-02-08 14:11:47 +00:00
parent def08a3f3c
commit 63bcc29614

View file

@ -695,6 +695,8 @@ maybe_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."; \
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