aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-10-22 11:11:59 +0000
committerEli Zaretskii2005-10-22 11:11:59 +0000
commit10209171bcd9f3b96babc84fa610a9bdd1f230be (patch)
tree8592e8fd3442c6d14592500f3c0c2827724282ee
parenta9cf08b26e557bc7085eb5cd91d73b723bbe0ca2 (diff)
downloademacs-10209171bcd9f3b96babc84fa610a9bdd1f230be.tar.gz
emacs-10209171bcd9f3b96babc84fa610a9bdd1f230be.zip
Add mh-autoloads to the partial rebuild procedure.
-rw-r--r--INSTALL.CVS23
1 files changed, 13 insertions, 10 deletions
diff --git a/INSTALL.CVS b/INSTALL.CVS
index 94025678ac3..fa5b8e4958c 100644
--- a/INSTALL.CVS
+++ b/INSTALL.CVS
@@ -25,24 +25,27 @@ procedure:
25(If you want to install the Emacs binary, type "make install" instead 25(If you want to install the Emacs binary, type "make install" instead
26of "make" in the last command.) 26of "make" in the last command.)
27 27
28Occasionally the file "lisp/loaddefs.el" will need be updated to reflect 28Occasionally the files "lisp/loaddefs.el" or lisp/mh-e/mh-loaddefs.el
29new autoloaded functions. If you see errors about undefined lisp 29will need be updated to reflect new autoloaded functions. If you see
30functions during compilation, that may be the reason. Another symptom 30errors about undefined lisp functions during compilation, that may be
31may be an error saying that "loaddefs.el" could not be found; this is 31the reason. Another symptom may be an error saying that "loaddefs.el"
32due to a change in the way loaddefs.el was handled in CVS, and should 32could not be found; this is due to a change in the way loaddefs.el was
33only happen once, for users that are updating old CVS trees. 33handled in CVS, and should only happen once, for users that are
34updating old CVS trees.
34 35
35To update loaddefs.el, do: 36To update loaddefs.el and mh-loaddefs.el, do:
36 37
37 $ cd lisp 38 $ cd lisp
38 $ make autoloads EMACS=../src/emacs 39 $ make autoloads mh-autoloads EMACS=../src/emacs
39 40
40If either of above procedures fails, try "make bootstrap". 41If either of the above partial procedures fails, try "make bootstrap".
41 42
42Users of non-Posix systems (MS-Windows etc.) should run the 43Users of non-Posix systems (MS-Windows etc.) should run the
43platform-specific configuration scripts (nt/configure.bat, config.bat, 44platform-specific configuration scripts (nt/configure.bat, config.bat,
44etc.) before "make bootstrap" or "make"; the rest of the procedure is 45etc.) before "make bootstrap" or "make"; the rest of the procedure is
45applicable to those systems as well. 46applicable to those systems as well, except that the value of the
47EMACS variable on the Make command line might be different, e.g.,
48../bin/emacs.exe or some such.
46 49
47Questions, requests, and bug reports about the CVS versions of Emacs 50Questions, requests, and bug reports about the CVS versions of Emacs
48should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help 51should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help