summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2006-07-26 23:44:32 +0000
committerJason Rumney <jasonr@gnu.org>2006-07-26 23:44:32 +0000
commit9a635d282dbb48aa6f0bae613a91ba53e42eef1b (patch)
treeb414dba4875009c22c1da1328b5a37625fad907b
parente717918090030acb9aa9861b56828287ebf45f16 (diff)
downloademacs-9a635d282dbb48aa6f0bae613a91ba53e42eef1b.tar.gz
Add notes about Cygwin make to impatient section.
-rw-r--r--nt/INSTALL7
1 files changed, 5 insertions, 2 deletions
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):