aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond2008-04-28 17:59:38 +0000
committerEric S. Raymond2008-04-28 17:59:38 +0000
commit1a93c12fb80002737f8d9f5f5940ff47c24072cb (patch)
tree7cdfd87c54db4f7e89c513523c08b360a14d7cc7
parent23f250f4e11bba9628541bd6aeb26f90d0d0f08a (diff)
downloademacs-1a93c12fb80002737f8d9f5f5940ff47c24072cb.tar.gz
emacs-1a93c12fb80002737f8d9f5f5940ff47c24072cb.zip
Explain how to work awound an error case.
-rw-r--r--INSTALL.CVS5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.CVS b/INSTALL.CVS
index e115c6b623a..2ece25a73b7 100644
--- a/INSTALL.CVS
+++ b/INSTALL.CVS
@@ -16,6 +16,11 @@ instead of just "make":
16The bootstrap process makes sure all necessary files are rebuilt 16The bootstrap process makes sure all necessary files are rebuilt
17before it builds the final Emacs binary. 17before it builds the final Emacs binary.
18 18
19If 'make bootstrap' fails, it may be necessary to do 'make maintainer-clean'
20followed by configure before trying it again. (Occasionally the loaddefs.el
21file gets into a bad state due to changes in the Lisp libraries; this procedure
22forces it to be regenerated.)
23
19Normally, it is not necessary to use "make bootstrap" after every CVS 24Normally, it is not necessary to use "make bootstrap" after every CVS
20update. Unless there are problems, we suggest using the following 25update. Unless there are problems, we suggest using the following
21alternative procedure after you have done "make bootstrap" at least 26alternative procedure after you have done "make bootstrap" at least