1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Add notes about Cygwin make to impatient section.

This commit is contained in:
Jason Rumney 2006-07-26 23:45:26 +00:00
parent 8763553f68
commit ac70d20b4e
2 changed files with 9 additions and 2 deletions

View 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

View file

@ -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):