]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Nov 2004 14:54:26 +0000 (14:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Nov 2004 14:54:26 +0000 (14:54 +0000)
Makefile.in

index c62c9e2b41f0453aea194f16236d9e09699fdcee..ce476a95cf01940f3e7dc6bf918a539331adcbe4 100644 (file)
 # 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