diff options
| author | Eli Zaretskii | 2005-10-22 11:11:59 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-10-22 11:11:59 +0000 |
| commit | 10209171bcd9f3b96babc84fa610a9bdd1f230be (patch) | |
| tree | 8592e8fd3442c6d14592500f3c0c2827724282ee | |
| parent | a9cf08b26e557bc7085eb5cd91d73b723bbe0ca2 (diff) | |
| download | emacs-10209171bcd9f3b96babc84fa610a9bdd1f230be.tar.gz emacs-10209171bcd9f3b96babc84fa610a9bdd1f230be.zip | |
Add mh-autoloads to the partial rebuild procedure.
| -rw-r--r-- | INSTALL.CVS | 23 |
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 |
| 26 | of "make" in the last command.) | 26 | of "make" in the last command.) |
| 27 | 27 | ||
| 28 | Occasionally the file "lisp/loaddefs.el" will need be updated to reflect | 28 | Occasionally the files "lisp/loaddefs.el" or lisp/mh-e/mh-loaddefs.el |
| 29 | new autoloaded functions. If you see errors about undefined lisp | 29 | will need be updated to reflect new autoloaded functions. If you see |
| 30 | functions during compilation, that may be the reason. Another symptom | 30 | errors about undefined lisp functions during compilation, that may be |
| 31 | may be an error saying that "loaddefs.el" could not be found; this is | 31 | the reason. Another symptom may be an error saying that "loaddefs.el" |
| 32 | due to a change in the way loaddefs.el was handled in CVS, and should | 32 | could not be found; this is due to a change in the way loaddefs.el was |
| 33 | only happen once, for users that are updating old CVS trees. | 33 | handled in CVS, and should only happen once, for users that are |
| 34 | updating old CVS trees. | ||
| 34 | 35 | ||
| 35 | To update loaddefs.el, do: | 36 | To 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 | ||
| 40 | If either of above procedures fails, try "make bootstrap". | 41 | If either of the above partial procedures fails, try "make bootstrap". |
| 41 | 42 | ||
| 42 | Users of non-Posix systems (MS-Windows etc.) should run the | 43 | Users of non-Posix systems (MS-Windows etc.) should run the |
| 43 | platform-specific configuration scripts (nt/configure.bat, config.bat, | 44 | platform-specific configuration scripts (nt/configure.bat, config.bat, |
| 44 | etc.) before "make bootstrap" or "make"; the rest of the procedure is | 45 | etc.) before "make bootstrap" or "make"; the rest of the procedure is |
| 45 | applicable to those systems as well. | 46 | applicable to those systems as well, except that the value of the |
| 47 | EMACS variable on the Make command line might be different, e.g., | ||
| 48 | ../bin/emacs.exe or some such. | ||
| 46 | 49 | ||
| 47 | Questions, requests, and bug reports about the CVS versions of Emacs | 50 | Questions, requests, and bug reports about the CVS versions of Emacs |
| 48 | should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help | 51 | should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help |