aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-11 14:54:26 +0000
committerRichard M. Stallman2004-11-11 14:54:26 +0000
commitcd9ebbbbca90b7c6ab1e9938cb682c5b424baaf9 (patch)
tree29b8e34dab33ba2bf59049ffcbac6fb07e34aca7
parent4726a1dff03f8fd2bbd5e2f0c64932e30191c00b (diff)
downloademacs-cd9ebbbbca90b7c6ab1e9938cb682c5b424baaf9.tar.gz
emacs-cd9ebbbbca90b7c6ab1e9938cb682c5b424baaf9.zip
Comment change.
-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 @@
52# make extraclean 52# make extraclean
53# Still more severe - delete backup and autosave files, too. 53# Still more severe - delete backup and autosave files, too.
54# 54#
55# make bootstrap-build 55# make bootstrap
56# Recompiles all the Emacs Lisp files using the latest source,
57# then rebuilds Emacs.
58#
59# make bootfast
56# Recompiles changed Emacs Lisp files using the latest C source, 60# Recompiles changed Emacs Lisp files using the latest C source,
57# then rebuilds Emacs. This is faster than `make bootstrap' 61# then rebuilds Emacs. This is faster than `make bootstrap'
58# but once in a while an old .elc file can cause trouble. 62# but once in a while an old .elc file can cause trouble.
59#
60# make bootfast
61# Recompiles all the Emacs Lisp files using the latest source,
62# then rebuilds Emacs.
63 63
64SHELL = /bin/sh 64SHELL = /bin/sh
65 65