summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-11-11 14:54:26 +0000
committerRichard M. Stallman <rms@gnu.org>2004-11-11 14:54:26 +0000
commitcb0e55d2dcfdc404c28f07a85f1dd9291eae5b2e (patch)
tree8f34d18f59dad0d3a6d484ed3afa1115b18c37ab /Makefile.in
parente360057bd692ea8eb81ef89216a48235ed1fb049 (diff)
downloademacs-cb0e55d2dcfdc404c28f07a85f1dd9291eae5b2e.tar.gz
Comment change.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index c62c9e2b41f..ce476a95cf0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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