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:
parent
def08a3f3c
commit
63bcc29614
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue