Sun Jul 14 12:59:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[make.git] / README.template
blob6509a50c48bad5f616aee032f2488eda802fe809
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 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.WIN32 for details about GNU Make on Windows NT or 95.
18 See README.Amiga for details about GNU Make on AmigaDOS.
19 The MSDOS port of GNU Make is available as part of DJGPP; see the
20 WWW page http://www.delorie.com/djgpp/ for more information.
22 It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such
23 that if you compile make with `cc -O' on AIX 3.2, it will not work correctly.
24 It is said that using `cc' without `-O' does work.
26 One area that is often a problem in configuration and porting is the code
27 to check the system's current load average.  To make it easier to test and
28 debug this code, you can do `make check-loadavg' to see if it works
29 properly on your system.  (You must run `configure' beforehand, but you
30 need not build Make itself to run this test.)
32 See the file NEWS for what has changed since previous releases.
34 GNU Make is fully documented in make.texinfo.  See the section entitled
35 `Problems and Bugs' for information on submitting bug reports.
37 GNU Make is free software.  See the file COPYING for copying conditions.