From: Jason Rumney Date: Wed, 26 Jul 2006 23:45:26 +0000 (+0000) Subject: Add notes about Cygwin make to impatient section. X-Git-Tag: emacs-pretest-22.0.90~1227 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac70d20b4e973f559bfe98111bc479ccc63a574a;p=emacs.git Add notes about Cygwin make to impatient section. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 96594144135..41b19bdadf1 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2006-07-27 Jason Rumney + + * INSTALL: Add notes about Cygwin make to impatient section. + 2006-06-02 Eli Zaretskii * INSTALL: Add Make 3.81 to the list of Make & shell combinations diff --git a/nt/INSTALL b/nt/INSTALL index 0d2f1b20193..21ee8367a88 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -31,16 +31,19 @@ nmake For the development environments based on GNU GCC (MinGW, MSYS, - Cygwin), depending on how Make is called, it could be: + Cygwin - but see notes about Cygwin make below), depending on how + Make is called, it could be: make + or + mingw32-make or gnumake or gmake (If you are building from CVS, say "make bootstrap" or "nmake - bootstrap" instead.) + bootstrap" instead and avoid using Cygwin make.) 4. Generate the Info manuals (only if you are building out of CVS, and if you have makeinfo.exe installed):