changeset 58038:238fa05221c4

Comment changes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 08 Nov 2004 16:40:33 +0000
parents 62267eb7c7d5
children 5bf48738f9ab
files Makefile.in
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Nov 08 14:05:40 2004 +0000
+++ b/Makefile.in	Mon Nov 08 16:40:33 2004 +0000
@@ -51,6 +51,15 @@
 #
 # 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,7 +764,8 @@
 bootstrap-clean-before: bootstrap-clean-before-fast FRC
 	(cd lisp;     $(MAKE) $(MFLAGS) bootstrap-clean)
 
-### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
+### 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)