]> code.delx.au - gnu-emacs/commitdiff
Add notes about Cygwin make to impatient section.
authorJason Rumney <jasonr@gnu.org>
Wed, 26 Jul 2006 23:45:26 +0000 (23:45 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 26 Jul 2006 23:45:26 +0000 (23:45 +0000)
nt/ChangeLog
nt/INSTALL

index 96594144135504ecd7e1f08b7afe4d9c3897b4b3..41b19bdadf12f658b0e3c67c7ed87312cd8ab3ad 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-27  Jason Rumney  <jasonr@gnu.org>
+
+       * INSTALL: Add notes about Cygwin make to impatient section.
+
 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
 
        * INSTALL: Add Make 3.81 to the list of Make & shell combinations
index 0d2f1b20193427818540a4e90029a5c853d0c4f2..21ee8367a887f04bcb07380301b10604fcccf733 100644 (file)
        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):