diff options
| author | Eli Zaretskii | 2006-08-12 12:04:04 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-08-12 12:04:04 +0000 |
| commit | c97f19653b493b272845daf68798c3e96ad6f3d1 (patch) | |
| tree | 79662e73d0c9c3f2ec0a64cce699d41ff547a2c9 | |
| parent | 5bfef96c0fc21d566a752a2c0fbd512811b7c84e (diff) | |
| download | emacs-c97f19653b493b272845daf68798c3e96ad6f3d1.tar.gz emacs-c97f19653b493b272845daf68798c3e96ad6f3d1.zip | |
Clarify that bootstrap and the shorter procedure are alternatives.
| -rw-r--r-- | INSTALL.CVS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.CVS b/INSTALL.CVS index ce3fa9f2627..3716930eccc 100644 --- a/INSTALL.CVS +++ b/INSTALL.CVS | |||
| @@ -12,8 +12,8 @@ The bootstrap process makes sure all necessary files are rebuilt | |||
| 12 | before it builds the final Emacs binary. | 12 | before it builds the final Emacs binary. |
| 13 | 13 | ||
| 14 | Normally, it is not necessary to use "make bootstrap" after every CVS | 14 | Normally, it is not necessary to use "make bootstrap" after every CVS |
| 15 | update. Unless there are problems, we suggest the following | 15 | update. Unless there are problems, we suggest to use the following |
| 16 | procedure: | 16 | alternative procedure, after you did "make bootstrap" at least once: |
| 17 | 17 | ||
| 18 | $ ./configure | 18 | $ ./configure |
| 19 | $ make | 19 | $ make |