diff options
| author | Glenn Morris | 2008-06-08 19:00:38 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-08 19:00:38 +0000 |
| commit | 90ce09190354b69fdffbd02c54b23dc6bbb4ed2e (patch) | |
| tree | 8f3460752488737048af9180289e110302175f7a /INSTALL.CVS | |
| parent | 4da498ebdf5433c239c2b43f9d56b1a18d0db5ed (diff) | |
| download | emacs-90ce09190354b69fdffbd02c54b23dc6bbb4ed2e.tar.gz emacs-90ce09190354b69fdffbd02c54b23dc6bbb4ed2e.zip | |
There is no reason to not use the `-dP' options to `cvs update' every time.
Diffstat (limited to 'INSTALL.CVS')
| -rw-r--r-- | INSTALL.CVS | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/INSTALL.CVS b/INSTALL.CVS index 359b81cc3a3..37b12b7d2ff 100644 --- a/INSTALL.CVS +++ b/INSTALL.CVS | |||
| @@ -10,7 +10,7 @@ byte-compiled Lisp files, are not stored in the CVS repository. | |||
| 10 | Therefore, to build from CVS you must run "make bootstrap" | 10 | Therefore, to build from CVS you must run "make bootstrap" |
| 11 | instead of just "make": | 11 | instead of just "make": |
| 12 | 12 | ||
| 13 | $ cvs update | 13 | $ cvs update -dP |
| 14 | $ ./configure | 14 | $ ./configure |
| 15 | $ make bootstrap | 15 | $ make bootstrap |
| 16 | 16 | ||
| @@ -22,15 +22,6 @@ followed by configure before trying it again. (Occasionally the loaddefs.el | |||
| 22 | file gets into a bad state due to changes in the Lisp libraries; this procedure | 22 | file gets into a bad state due to changes in the Lisp libraries; this procedure |
| 23 | forces it to be regenerated.) | 23 | forces it to be regenerated.) |
| 24 | 24 | ||
| 25 | If even 'make bootstrap' followed by 'make maintainer-clean' fails, it may | ||
| 26 | be that some reorganization of the tree has created a new subdirectory. Try | ||
| 27 | this: | ||
| 28 | |||
| 29 | $ cvs update -d | ||
| 30 | $ make maintainer-clean | ||
| 31 | $ ./configure | ||
| 32 | $ make bootstrap | ||
| 33 | |||
| 34 | Normally, it is not necessary to use "make bootstrap" after every CVS | 25 | Normally, it is not necessary to use "make bootstrap" after every CVS |
| 35 | update. Unless there are problems, we suggest using the following | 26 | update. Unless there are problems, we suggest using the following |
| 36 | alternative procedure after you have done "make bootstrap" at least | 27 | alternative procedure after you have done "make bootstrap" at least |