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: Mon, 08 Nov 2004 12:18:51 -0500

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.296 emacs/Makefile.in:1.297
*** emacs/Makefile.in:1.296     Sun Nov  7 23:27:18 2004
--- emacs/Makefile.in   Mon Nov  8 16:40:33 2004
***************
*** 51,56 ****
--- 51,65 ----
  #
  # make extraclean
  #      Still more severe - delete backup and autosave files, too.
+ #
+ # make bootstrap-build
+ #      Recompiles changed Emacs Lisp files using the latest C source,
+ #      then rebuilds Emacs.  This is faster than `make bootstrap'
+ #      but once in a while an old .elc file can cause trouble.
+ #
+ # make bootfast
+ #      Recompiles all the Emacs Lisp files using the latest source,
+ #      then rebuilds Emacs.
  
  SHELL = /bin/sh
  
***************
*** 755,761 ****
  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)
--- 764,771 ----
  bootstrap-clean-before: bootstrap-clean-before-fast FRC
        (cd lisp;     $(MAKE) $(MFLAGS) bootstrap-clean)
  
! ### Used for `bootfast' to avoid deleting existing dumped Emacs executables
! ### and compiled .elc files.
  bootstrap-clean-before-fast: FRC
        (cd src;      $(MAKE) $(MFLAGS) mostlyclean)
        (cd oldXMenu; $(MAKE) $(MFLAGS) clean)




reply via email to

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