diff options
| author | Miles Bader | 2006-10-15 02:54:13 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-10-15 02:54:13 +0000 |
| commit | bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6 (patch) | |
| tree | 8c4ae9640abcb8f33326e96e661f711417e5307c /nt | |
| parent | 5be4d5336db8be316100a5b80ee8c5e428438b9e (diff) | |
| parent | 92edaeeda5c362acf2c7e7f72b3666ab7673699a (diff) | |
| download | emacs-bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6.tar.gz emacs-bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 460-475)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 145-152)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-118
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 21ee8367a88..8415b1893ff 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -103,7 +103,7 @@ | |||
| 103 | If you use the MinGW port of GCC and GNU Make to build Emacs, there | 103 | If you use the MinGW port of GCC and GNU Make to build Emacs, there |
| 104 | are some compatibility issues wrt Make and the shell that is run by | 104 | are some compatibility issues wrt Make and the shell that is run by |
| 105 | Make, either the standard COMMAND.COM/CMD.EXE supplied with Windows | 105 | Make, either the standard COMMAND.COM/CMD.EXE supplied with Windows |
| 106 | or sh.exe., a port of a Unixy shell. For reference, here is a list | 106 | or sh.exe., a port of a Unixy shell. For reference, below is a list |
| 107 | of which builds of GNU Make are known to work or not, and whether | 107 | of which builds of GNU Make are known to work or not, and whether |
| 108 | they work in the presence and/or absence of sh.exe, the Cygwin port | 108 | they work in the presence and/or absence of sh.exe, the Cygwin port |
| 109 | of Bash. Note that any version of Make that is compiled with Cygwin | 109 | of Bash. Note that any version of Make that is compiled with Cygwin |
| @@ -129,6 +129,8 @@ | |||
| 129 | cygwin compiled gmake 3.77: fails[1, 5] fails[2, 5] | 129 | cygwin compiled gmake 3.77: fails[1, 5] fails[2, 5] |
| 130 | cygwin compiled make 3.78.1: fails[5] fails[2, 5] | 130 | cygwin compiled make 3.78.1: fails[5] fails[2, 5] |
| 131 | cygwin compiled make 3.79.1: fails[3, 5] fails[2?, 5] | 131 | cygwin compiled make 3.79.1: fails[3, 5] fails[2?, 5] |
| 132 | cygwin compiled make 3.80: fails?[6] fails?[6] | ||
| 133 | cygwin compiled make 3.81: fails fails?[6] | ||
| 132 | mingw32 compiled make 3.79.1: okay okay | 134 | mingw32 compiled make 3.79.1: okay okay |
| 133 | mingw32 compiled make 3.80: okay unknown[6] | 135 | mingw32 compiled make 3.80: okay unknown[6] |
| 134 | mingw32 compiled make 3.81: okay okay[7] | 136 | mingw32 compiled make 3.81: okay okay[7] |