# HG changeset patch # User Glenn Morris # Date 1213031238 0 # Node ID 7bf8d633ec5098a56bfd4dcf1b85cc9f0d573ea6 # Parent 5d8ea270bdd0d750dae0b132e0a528849d101247 Bootstrap now always starts from fresh loaddefs and similar files, so maintainer-clean is no longer relevant to this issue. diff -r 5d8ea270bdd0 -r 7bf8d633ec50 INSTALL.CVS --- a/INSTALL.CVS Mon Jun 09 16:15:02 2008 +0000 +++ b/INSTALL.CVS Mon Jun 09 17:07:18 2008 +0000 @@ -21,9 +21,7 @@ So if 'make bootstrap' fails, it may be necessary first to do 'make maintainer-clean' to clear out these stale files. You can then try -again, starting with `./configure'. (Occasionally the loaddefs.el -file gets into a bad state due to changes in the Lisp libraries; this -procedure forces it to be regenerated.) +again, starting with `./configure'. Normally, it is not necessary to use "make bootstrap" after every CVS update. Unless there are problems, we suggest using the following