summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2006-08-03 11:45:23 +0000
committerMiles Bader <miles@gnu.org>2006-08-03 11:45:23 +0000
commite2b97060142842813b657144787cef3e6e743967 (patch)
treed7f76853b585d08837d3321504a759919c5fbb42 /nt
parenta8fa10a629c86144c90b8b0e58f99581c4e82aba (diff)
parent9b7fa2975f40b82e94dadd13c049ff67ef0ef449 (diff)
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 357-381) - Merge from gnus--rel--5.10 - Update from CVS - Merge from erc--emacs--21 * gnus--rel--5.10 (patch 116-122) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-98
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/INSTALL7
2 files changed, 9 insertions, 2 deletions
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 <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
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):