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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Sun, 07 Nov 2004 18:35:57 -0500

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.295 emacs/Makefile.in:1.296
*** emacs/Makefile.in:1.295     Sat Sep  4 13:13:45 2004
--- emacs/Makefile.in   Sun Nov  7 23:27:18 2004
***************
*** 726,731 ****
--- 726,733 ----
  ### used to compile Lisp files.  The last step is a "normal" make.
  
  .PHONY: bootstrap
+ .PHONY: bootstrap-build
+ .PHONY: bootfast
  .PHONY: maybe_bootstrap
  
  maybe_bootstrap:
***************
*** 737,743 ****
          exit 1;\
        fi
  
! bootstrap: bootstrap-clean-before info FRC
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-prepare)
        (cd src; $(MAKE) $(MFLAGS) bootstrap)
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap 
EMACS=../src/bootstrap-emacs${EXEEXT})
--- 739,749 ----
          exit 1;\
        fi
  
! bootstrap: bootstrap-clean-before info bootstrap-build FRC
! 
! bootfast: bootstrap-clean-before-fast info bootstrap-build FRC
! 
! bootstrap-build: FRC
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-prepare)
        (cd src; $(MAKE) $(MFLAGS) bootstrap)
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap 
EMACS=../src/bootstrap-emacs${EXEEXT})
***************
*** 746,752 ****
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-after)
  
  ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
! bootstrap-clean-before: FRC
        (cd src;      $(MAKE) $(MFLAGS) mostlyclean)
        (cd oldXMenu; $(MAKE) $(MFLAGS) clean)
        (cd lwlib;    $(MAKE) $(MFLAGS) clean)
--- 752,762 ----
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-after)
  
  ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
! bootstrap-clean-before: bootstrap-clean-before-fast FRC
!       (cd lisp;     $(MAKE) $(MFLAGS) bootstrap-clean)
! 
! ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
! bootstrap-clean-before-fast: FRC
        (cd src;      $(MAKE) $(MFLAGS) mostlyclean)
        (cd oldXMenu; $(MAKE) $(MFLAGS) clean)
        (cd lwlib;    $(MAKE) $(MFLAGS) clean)




reply via email to

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