diff options
| author | Glenn Morris | 2008-06-18 02:58:24 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-18 02:58:24 +0000 |
| commit | e24019406acf457bf65dffe1c3e63ecda4068820 (patch) | |
| tree | 9678bfb8ed37e28acd9fb6f67324c45ce11846cf | |
| parent | df59aa7bc849c263e99d842d50fbcbb1a5e59a19 (diff) | |
| download | emacs-e24019406acf457bf65dffe1c3e63ecda4068820.tar.gz emacs-e24019406acf457bf65dffe1c3e63ecda4068820.zip | |
Remove references to passing EMACS to make, since the defaults are
correct.
| -rw-r--r-- | INSTALL.CVS | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/INSTALL.CVS b/INSTALL.CVS index 80aa25e4278..1c52b29d9be 100644 --- a/INSTALL.CVS +++ b/INSTALL.CVS | |||
| @@ -31,7 +31,7 @@ once: | |||
| 31 | $ ./configure | 31 | $ ./configure |
| 32 | $ make | 32 | $ make |
| 33 | $ cd lisp | 33 | $ cd lisp |
| 34 | $ make recompile EMACS=../src/emacs | 34 | $ make recompile |
| 35 | $ cd .. | 35 | $ cd .. |
| 36 | $ make | 36 | $ make |
| 37 | 37 | ||
| @@ -54,7 +54,7 @@ To update loaddefs.el (and similar files), do: | |||
| 54 | 54 | ||
| 55 | $ cd lisp | 55 | $ cd lisp |
| 56 | $ make autogen-clean | 56 | $ make autogen-clean |
| 57 | $ make autoloads EMACS=../src/emacs | 57 | $ make autoloads |
| 58 | 58 | ||
| 59 | If either of the above partial procedures fails, try "make bootstrap". | 59 | If either of the above partial procedures fails, try "make bootstrap". |
| 60 | 60 | ||
| @@ -68,9 +68,7 @@ method. | |||
| 68 | Users of non-Posix systems (MS-Windows etc.) should run the | 68 | Users of non-Posix systems (MS-Windows etc.) should run the |
| 69 | platform-specific configuration scripts (nt/configure.bat, config.bat, | 69 | platform-specific configuration scripts (nt/configure.bat, config.bat, |
| 70 | etc.) before "make bootstrap" or "make"; the rest of the procedure is | 70 | etc.) before "make bootstrap" or "make"; the rest of the procedure is |
| 71 | applicable to those systems as well, except that the value of the | 71 | applicable to those systems as well. |
| 72 | EMACS variable on the Make command line might be different, e.g., | ||
| 73 | ../bin/emacs.exe or some such. | ||
| 74 | 72 | ||
| 75 | Questions, requests, and bug reports about the CVS versions of Emacs | 73 | Questions, requests, and bug reports about the CVS versions of Emacs |
| 76 | should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help | 74 | should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help |