Bootstrap now always starts from fresh loaddefs and similar files, so

maintainer-clean is no longer relevant to this issue.
This commit is contained in:
Glenn Morris 2008-06-09 17:07:18 +00:00
parent f50d64ba95
commit 90dc3c7687

View file

@ -21,9 +21,7 @@ directory tree.
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