Formerly GNUmakefile.~107~
[make.git] / README.template
blobccbc51abf6c8cbf426361b57a95b2a3136c98e9d
1 This directory contains the VERSION test release of GNU Make.
2 All bugs reported for previous test releases have been fixed.
3 Some bugs surely remain.
5 For general building and installation instructions, see the file INSTALL.
6 If you need to build GNU Make and have no other `make' program to use,
7 you can use the shell script `build.sh' instead.  To do this, first run
8 `configure' as described in INSTALL.  Then, instead of typing `make' to
9 build the program, type `sh build.sh'.  This should compile the program
10 in the current directory.  Then you will have a Make program that you can
11 use for `make install', or whatever else.
13 It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such
14 that if you compile make with `cc -O' on AIX 3.2, it will not work correctly.
15 It is said that using `cc' without `-O' does work.
17 See the file NEWS for what has changed since previous releases.
19 GNU Make is fully documented in make.texinfo.  See the section entitled
20 `Problems and Bugs' for information on submitting bug reports.
22 GNU Make is free software.  See the file COPYING for copying conditions.