comparison Makefile.in @ 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 1fd5c468b3da
children 56b68a777e75
comparison
equal deleted inserted replaced
43190:dde60cf0dc4a 43191:22e3a08912b6
693 693
694 maybe_bootstrap: 694 maybe_bootstrap:
695 @if [ ! -f $(srcdir)/lisp/abbrev.elc ]; then \ 695 @if [ ! -f $(srcdir)/lisp/abbrev.elc ]; then \
696 echo "Essential Lisp files seem to be missing. You should either"; \ 696 echo "Essential Lisp files seem to be missing. You should either"; \
697 echo "do \`make bootstrap' or create \`lisp/abbrev.elc' somehow."; \ 697 echo "do \`make bootstrap' or create \`lisp/abbrev.elc' somehow."; \
698 echo "This Make job will now hang till you kill it."; \
699 while true; do sleep 10; done; \
698 fi 700 fi
699 701
700 bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info 702 bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info
701 703
702 bootstrap-lisp-1: 704 bootstrap-lisp-1: