* Reworked function.c to use separate functions instead of a huge case stmt.
[make.git] / README.template
blobe011f99928bc8dc9d5b04f9a254ff15c0b949774
1 This directory contains the %VERSION% release of GNU Make.
2 All bugs reported for previous 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 Some systems' Make programs are broken and cannot process the Makefile for
14 GNU Make.  If you get errors from your system's Make when building GNU
15 Make, try using `build.sh' instead.
17   - See README.customs for details on integrating GNU make with the
18     Customs distributed build environment from the Pmake distribution.
20   - See README.W32 for details about GNU Make on Windows NT or 95.
22   - See README.Amiga for details about GNU Make on AmigaDOS.
24   - See README.DOS for compilation instructions on MS-DOS and MS-Windows
25     using DJGPP tools.
27     A precompiled binary of the MSDOS port of GNU Make is available as part
28     of DJGPP; see the WWW page http://www.delorie.com/djgpp/ for more
29     information.
31 It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such
32 that if you compile make with `cc -O' on AIX 3.2, it will not work correctly.
33 It is said that using `cc' without `-O' does work.
35 One area that is often a problem in configuration and porting is the code
36 to check the system's current load average.  To make it easier to test and
37 debug this code, you can do `make check-loadavg' to see if it works
38 properly on your system.  (You must run `configure' beforehand, but you
39 need not build Make itself to run this test.)
41 See the file NEWS for what has changed since previous releases.
43 GNU Make is fully documented in make.texinfo.  See the section entitled
44 `Problems and Bugs' for information on submitting bug reports.
46 GNU Make is free software.  See the file COPYING for copying conditions.