summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-07-19 22:18:36 +0000
committerRoland McGrath <roland@redhat.com>1996-07-19 22:18:36 +0000
commita22f67aaf7d00fd46f95ec50426ddef7790ed3eb (patch)
tree9e071936c5334d54d34bd4b3a4da8b64639b1c1c
parent9fc574683df983dad20cd713abe0fb982c052360 (diff)
downloadgunmake-3.74.6.tar.gz
Regenerated for 3.74.63.74.6
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 97f5b0c..54b48ca 100644
--- a/README
+++ b/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.