aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-09-05 18:53:34 +0000
committerGlenn Morris2009-09-05 18:53:34 +0000
commit604f2fc044f69760c78ae7948f2e35d025113d00 (patch)
tree9814bfb78658fe906a51dccf1b97682a040a00cb
parent8bdd66dce4e1365521cb1cca872a31daa69ed29b (diff)
downloademacs-604f2fc044f69760c78ae7948f2e35d025113d00.tar.gz
emacs-604f2fc044f69760c78ae7948f2e35d025113d00.zip
Don't mention maintainer-clean, since `make bootstrap' does this now.
(With the exception that it does not remove Makefile from lisp/ or src/).
-rw-r--r--INSTALL.CVS9
1 files changed, 2 insertions, 7 deletions
diff --git a/INSTALL.CVS b/INSTALL.CVS
index aee016f28d3..cf33143b4e0 100644
--- a/INSTALL.CVS
+++ b/INSTALL.CVS
@@ -44,13 +44,8 @@ To update loaddefs.el (and similar files), do:
44 $ make autoloads 44 $ make autoloads
45 45
46If either of the above partial procedures fails, try "make bootstrap". 46If either of the above partial procedures fails, try "make bootstrap".
47 47If CPU time is not an issue, the most thorough way to rebuild, and
48Very occasionally changes in the source can introduce 48avoid any spurious problems, is always to use this method.
49incompatibilities with previous builds. If a bootstrap fails, as a
50last resort try "make maintainer-clean" before configuring and
51bootstrapping again. If CPU time is not an issue, the most thorough
52way to rebuild, and avoid any spurious problems, is always to use this
53method.
54 49
55Users of non-Posix systems (MS-Windows etc.) should run the 50Users of non-Posix systems (MS-Windows etc.) should run the
56platform-specific configuration scripts (nt/configure.bat, config.bat, 51platform-specific configuration scripts (nt/configure.bat, config.bat,