changeset 72141:c5e963b6d40d

Add notes about Cygwin make to impatient section.
author Jason Rumney <jasonr@gnu.org>
date Wed, 26 Jul 2006 23:44:32 +0000
parents a91a11c6b1ad
children 4f09142b2ec1
files nt/INSTALL
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nt/INSTALL	Wed Jul 26 18:28:57 2006 +0000
+++ b/nt/INSTALL	Wed Jul 26 23:44:32 2006 +0000
@@ -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):