make/README.template

44 lines
2 KiB
Text
Raw Normal View History

1997-08-18 18:11:04 +00:00
This directory contains the %VERSION% test release of GNU Make.
1989-08-13 07:28:15 +00:00
All bugs reported for previous test releases have been fixed.
1992-06-26 00:52:43 +00:00
Some bugs surely remain.
1989-08-13 07:28:15 +00:00
1993-01-12 21:02:13 +00:00
For general building and installation instructions, see the file INSTALL.
If you need to build GNU Make and have no other `make' program to use,
you can use the shell script `build.sh' instead. To do this, first run
`configure' as described in INSTALL. Then, instead of typing `make' to
build the program, type `sh build.sh'. This should compile the program
in the current directory. Then you will have a Make program that you can
use for `make install', or whatever else.
1989-08-13 07:28:15 +00:00
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.
1997-08-27 20:30:54 +00:00
- See README.W32 for details about GNU Make on Windows NT or 95.
- See README.Amiga for details about GNU Make on AmigaDOS.
- See README.DOS for compilation instructions on MS-DOS and MS-Windows
using DJGPP tools.
A precompiled binary of the MSDOS port of GNU Make is available as part
of DJGPP; see the WWW page http://www.delorie.com/djgpp/ for more
information.
1996-07-14 19:54:36 +00:00
1993-05-12 21:22:14 +00:00
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.
1993-08-01 20:28:14 +00:00
One area that is often a problem in configuration and porting is the code
to check the system's current load average. To make it easier to test and
debug this code, you can do `make check-loadavg' to see if it works
properly on your system. (You must run `configure' beforehand, but you
need not build Make itself to run this test.)
1992-07-16 18:35:19 +00:00
See the file NEWS for what has changed since previous releases.
1992-06-26 00:52:43 +00:00
GNU Make is fully documented in make.texinfo. See the section entitled
1993-01-12 21:02:13 +00:00
`Problems and Bugs' for information on submitting bug reports.
1989-08-13 07:28:15 +00:00
GNU Make is free software. See the file COPYING for copying conditions.