changeset 58137:3bdbcfe4d4e0

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Nov 2004 14:54:26 +0000
parents a64a4c71a717
children a93efc8bd56c
files Makefile.in
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Thu Nov 11 06:14:18 2004 +0000
+++ b/Makefile.in	Thu Nov 11 14:54:26 2004 +0000
@@ -52,14 +52,14 @@
 # make extraclean
 #      Still more severe - delete backup and autosave files, too.
 #
-# make bootstrap-build
+# make bootstrap
+#      Recompiles all the Emacs Lisp files using the latest source,
+#      then rebuilds Emacs.
+#
+# make bootfast
 #      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