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: Wed, 13 Feb 2002 10:47:57 -0500

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.256 emacs/Makefile.in:1.257
*** emacs/Makefile.in:1.256     Fri Feb  8 09:11:47 2002
--- emacs/Makefile.in   Wed Feb 13 10:47:55 2002
***************
*** 227,233 ****
  COPYDIR = ${srcdir}/etc ${srcdir}/lisp
  COPYDESTS = ${etcdir} ${lispdir}
  
! all: maybe_bootstrap ${SUBDIR} leim
  
  removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
  
--- 227,233 ----
  COPYDIR = ${srcdir}/etc ${srcdir}/lisp
  COPYDESTS = ${etcdir} ${lispdir}
  
! all: ${SUBDIR} leim
  
  removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
  
***************
*** 262,268 ****
  
  .RECURSIVE: ${SUBDIR} leim
  
! ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC
        cd $@; $(MAKE) all $(MFLAGS) \
          CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
          LDFLAGS='${LDFLAGS}' MAKE='${MAKE}'
--- 262,268 ----
  
  .RECURSIVE: ${SUBDIR} leim
  
! ${SUBDIR}: maybe_bootstrap ${SUBDIR_MAKEFILES} FRC
        cd $@; $(MAKE) all $(MFLAGS) \
          CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
          LDFLAGS='${LDFLAGS}' MAKE='${MAKE}'
***************
*** 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
--- 695,701 ----
        @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.";    
\
!         exit 1;\
        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]