emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/Makefile.in


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Fri, 08 Feb 2002 09:11:47 -0500

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.255 emacs/Makefile.in:1.256
*** emacs/Makefile.in:1.255     Thu Nov 29 01:45:38 2001
--- emacs/Makefile.in   Fri Feb  8 09:11:47 2002
***************
*** 695,700 ****
--- 695,702 ----
        @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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]