# HG changeset patch # User Glenn Morris # Date 1213757904 0 # Node ID b0615674c5b79c728fb6c3c430d51fc98bf1c4ad # Parent 2c80b2fa1846175d2819007fd55c367a067b88a7 Remove references to passing EMACS to make, since the defaults are correct. diff -r 2c80b2fa1846 -r b0615674c5b7 INSTALL.CVS --- a/INSTALL.CVS Wed Jun 18 02:56:39 2008 +0000 +++ b/INSTALL.CVS Wed Jun 18 02:58:24 2008 +0000 @@ -31,7 +31,7 @@ $ ./configure $ make $ cd lisp - $ make recompile EMACS=../src/emacs + $ make recompile $ cd .. $ make @@ -54,7 +54,7 @@ $ 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 @@ 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