diff options
Diffstat (limited to 'INSTALL.CVS')
| -rw-r--r-- | INSTALL.CVS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL.CVS b/INSTALL.CVS index ce3fa9f2627..e67ea4db0f2 100644 --- a/INSTALL.CVS +++ b/INSTALL.CVS | |||
| @@ -12,8 +12,9 @@ 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 using the following |
| 16 | procedure: | 16 | alternative procedure after you have done "make bootstrap" at least |
| 17 | once: | ||
| 17 | 18 | ||
| 18 | $ ./configure | 19 | $ ./configure |
| 19 | $ make | 20 | $ make |