aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2003-10-01 02:09:47 +0000
committerMiles Bader2003-10-01 02:09:47 +0000
commit93e3e16a8faae22d62f6acdbcea971271437ec58 (patch)
tree400558bc9c293b8dfe5c6e73f1932f69dc6c758c
parentfeebeb72d3d3fd67695f31c0ba453ff39cd27b80 (diff)
downloademacs-93e3e16a8faae22d62f6acdbcea971271437ec58.tar.gz
emacs-93e3e16a8faae22d62f6acdbcea971271437ec58.zip
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-69
Update INSTALL-CVS to reflect new loaddefs.el handling
-rwxr-xr-xINSTALL-CVS22
1 files changed, 13 insertions, 9 deletions
diff --git a/INSTALL-CVS b/INSTALL-CVS
index da9c8ceb7c2..3acb070de3b 100755
--- a/INSTALL-CVS
+++ b/INSTALL-CVS
@@ -25,21 +25,25 @@ 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
28If the above procedure fails, try "make bootstrap". 28Occasionally the file "lisp/loaddefs.el" will need be updated to reflect
29new autoloaded functions. If you see errors about undefined lisp
30functions during compilation, that may be the reason. Another symptom
31may be an error saying that "loaddefs.el" could not be found; this is
32due to a change in the way loaddefs.el was handled in CVS, and should
33only happen once, for users that are updating old CVS trees.
34
35To update loaddefs.el, do:
36
37 $ cd lisp
38 $ make autoloads EMACS=../src/emacs
39
40If either of above procedures fails, try "make bootstrap".
29 41
30Users of non-Posix systems (MS-Windows etc.) should run the 42Users of non-Posix systems (MS-Windows etc.) should run the
31platform-specific configuration scripts (nt/configure.bat, config.bat, 43platform-specific configuration scripts (nt/configure.bat, config.bat,
32etc.) before "make bootstrap" or "make"; the rest of the procedure is 44etc.) before "make bootstrap" or "make"; the rest of the procedure is
33applicable to those systems as well. 45applicable to those systems as well.
34 46
35Note that "make bootstrap" overwrites some files that are under CVS
36control, such as lisp/loaddefs.el. This could produce CVS conflicts
37next time that you resync with the CVS. If you see such conflicts,
38overwrite your local copy of the file with the clean version from the
39CVS repository. For example:
40
41 cvs update -C lisp/loaddefs.el
42
43Questions, requests, and bug reports about the CVS versions of Emacs 47Questions, requests, and bug reports about the CVS versions of Emacs
44should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help 48should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help
45or gnu.emacs.bug. Ideally, use M-x report-emacs-bug RET which will 49or gnu.emacs.bug. Ideally, use M-x report-emacs-bug RET which will