mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 06:47:52 +00:00
Regenerated for 3.74.6
This commit is contained in:
parent
9fc574683d
commit
a22f67aaf7
1 changed files with 6 additions and 1 deletions
7
README
7
README
|
@ -1,4 +1,4 @@
|
|||
This directory contains the 3.74.5 test release of GNU Make.
|
||||
This directory contains the 3.74.6 test release of GNU Make.
|
||||
All bugs reported for previous test releases have been fixed.
|
||||
Some bugs surely remain.
|
||||
|
||||
|
@ -14,6 +14,11 @@ Some systems' Make programs are broken and cannot process the Makefile for
|
|||
GNU Make. If you get errors from your system's Make when building GNU
|
||||
Make, try using `build.sh' instead.
|
||||
|
||||
See README.WIN32 for details about GNU Make on Windows NT or 95.
|
||||
See README.Amiga for details about GNU Make on AmigaDOS.
|
||||
The MSDOS port of GNU Make is available as part of DJGPP; see the
|
||||
WWW page http://www.delorie.com/djgpp/ for more information.
|
||||
|
||||
It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such
|
||||
that if you compile make with `cc -O' on AIX 3.2, it will not work correctly.
|
||||
It is said that using `cc' without `-O' does work.
|
||||
|
|
Loading…
Reference in a new issue