summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-18 02:58:24 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-18 02:58:24 +0000
commite24019406acf457bf65dffe1c3e63ecda4068820 (patch)
tree9678bfb8ed37e28acd9fb6f67324c45ce11846cf
parentdf59aa7bc849c263e99d842d50fbcbb1a5e59a19 (diff)
downloademacs-e24019406acf457bf65dffe1c3e63ecda4068820.tar.gz
Remove references to passing EMACS to make, since the defaults are
correct.
-rw-r--r--INSTALL.CVS8
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:
$ ./configure
$ make
$ cd lisp
- $ make recompile EMACS=../src/emacs
+ $ make recompile
$ cd ..
$ make
@@ -54,7 +54,7 @@ To update loaddefs.el (and similar files), do:
$ cd lisp
$ make autogen-clean
- $ make autoloads EMACS=../src/emacs
+ $ make autoloads
If either of the above partial procedures fails, try "make bootstrap".
@@ -68,9 +68,7 @@ method.
Users of non-Posix systems (MS-Windows etc.) should run the
platform-specific configuration scripts (nt/configure.bat, config.bat,
etc.) before "make bootstrap" or "make"; the rest of the procedure is
-applicable to those systems as well, except that the value of the
-EMACS variable on the Make command line might be different, e.g.,
-../bin/emacs.exe or some such.
+applicable to those systems as well.
Questions, requests, and bug reports about the CVS versions of Emacs
should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help