1997-09-17 02:08:59 +08:00
|
|
|
This directory contains the %VERSION% release of GNU Make.
|
1999-08-24 06:15:17 +08:00
|
|
|
|
|
|
|
See the file NEWS for the user-visible changes from previous releases.
|
|
|
|
In addition, there have been bugs fixed.
|
1989-08-13 16:28:15 +09:00
|
|
|
|
1999-09-11 13:44:53 +08:00
|
|
|
Please check the system-specific notes below for any caveats related to
|
|
|
|
your operating system.
|
|
|
|
|
1993-01-13 05:02:13 +08:00
|
|
|
For general building and installation instructions, see the file INSTALL.
|
1999-04-02 14:19:33 +08:00
|
|
|
|
1993-01-13 05:02:13 +08:00
|
|
|
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
|
1999-04-02 14:19:33 +08:00
|
|
|
use for `./make install', or whatever else.
|
1989-08-13 16:28:15 +09:00
|
|
|
|
1995-10-05 02:15:35 +08: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.
|
|
|
|
|
1999-04-02 14:19:33 +08:00
|
|
|
GNU make is fully documented in the GNU Make manual, which is contained
|
|
|
|
in this distribution as the file make.texinfo. You can also find
|
|
|
|
on-line and preformatted (PostScript and DVI) versions at the FSF's web
|
|
|
|
site. There is information there about ordering hardcopy documentation.
|
|
|
|
|
|
|
|
http://www.gnu.org/
|
|
|
|
http://www.gnu.org/doc/doc.html
|
|
|
|
http://www.gnu.org/manual/manual.html
|
|
|
|
|
1999-08-24 06:15:17 +08:00
|
|
|
You can also find the latest versions of GNU Make from there.
|
|
|
|
|
1999-09-11 13:44:53 +08:00
|
|
|
You can send GNU make bug reports to bug-make@gnu.org. Please see the
|
|
|
|
section of the GNU make manual entitled `Problems and Bugs' for
|
|
|
|
information on submitting useful and complete bug reports.
|
1999-04-02 14:19:33 +08:00
|
|
|
|
|
|
|
If you need help using GNU make, try these forums:
|
|
|
|
|
|
|
|
help-make@gnu.org
|
|
|
|
help-utils@gnu.org
|
|
|
|
news:gnu.utils.help
|
|
|
|
news:gnu.utils.bug
|
|
|
|
|
|
|
|
Also:
|
|
|
|
|
1998-07-31 04:54:47 +08:00
|
|
|
- See README.customs for details on integrating GNU make with the
|
|
|
|
Customs distributed build environment from the Pmake distribution.
|
|
|
|
|
1999-09-11 13:44:53 +08:00
|
|
|
- See README.W32 for details about GNU Make on Windows NT, 95, or 98.
|
1997-08-28 04:30:54 +08:00
|
|
|
|
|
|
|
- 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-15 03:54:36 +08:00
|
|
|
|
1999-09-11 13:44:53 +08:00
|
|
|
|
|
|
|
GNU Make is free software. See the file COPYING for copying conditions.
|
|
|
|
|
|
|
|
|
|
|
|
System-specific Notes
|
|
|
|
---------------------
|
|
|
|
|
1993-05-13 05:22:14 +08: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-02 04:28:14 +08: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.)
|
|
|
|
|
1999-09-11 13:44:53 +08:00
|
|
|
Another potential source of porting problems is the configure support
|
|
|
|
enabling GNU make to access large files (LFS) on those operating systems
|
|
|
|
that support them. Please report any bugs that you find in this area.
|
|
|
|
If you run into difficulties, then as a workaround you should be able to
|
|
|
|
disable LFS by adding the `--disable-largefile' option to the
|
|
|
|
`configure' script.
|