No description
Find a file
1994-03-04 05:36:26 +00:00
glob entered into RCS 1993-10-08 00:11:55 +00:00
acconfig.h entered into RCS 1993-12-14 21:50:51 +00:00
alloca.c entered into RCS 1993-09-20 20:03:30 +00:00
ar.c Formerly ar.c.~6~ 1993-12-14 21:06:33 +00:00
arscan.c entered into RCS 1994-02-16 21:32:01 +00:00
build.template entered into RCS 1993-03-11 19:25:21 +00:00
commands.c entered into RCS 1994-02-16 21:09:47 +00:00
commands.h Formerly commands.h.~2~ 1993-02-05 22:31:57 +00:00
compatMakefile entered into RCS 1994-01-07 21:27:29 +00:00
configure.in entered into RCS 1994-02-11 02:45:27 +00:00
default.c entered into RCS 1994-02-16 21:32:01 +00:00
dep.h Formerly dep.h.~6~ 1993-08-03 04:18:56 +00:00
dir.c entered into RCS 1993-06-02 20:56:37 +00:00
expand.c entered into RCS 1993-08-30 16:31:47 +00:00
file.c Formerly file.c.~27~ 1993-12-14 19:36:43 +00:00
file.h Formerly file.h.~6~ 1993-10-27 22:23:18 +00:00
function.c entered into RCS 1994-03-04 05:36:26 +00:00
getloadavg.c entered into RCS 1993-11-03 13:06:04 +00:00
GNUmakefile entered into RCS 1994-02-16 23:58:49 +00:00
gpl.texinfo entered into RCS 1993-01-14 22:25:02 +00:00
implicit.c entered into RCS 1993-11-03 11:56:26 +00:00
job.c entered into RCS 1993-10-14 19:08:36 +00:00
job.h Formerly job.h.~6~ 1993-10-14 21:27:29 +00:00
main.c Formerly main.c.~105~ 1994-02-16 21:13:16 +00:00
make-stds.texi Formerly make-stds.texi.~2~ 1993-01-11 22:29:30 +00:00
make.1 entered into RCS 1993-05-19 17:56:38 +00:00
make.h Formerly make.h.~82~ 1994-02-04 21:28:53 +00:00
make.texinfo entered into RCS 1994-02-12 00:16:20 +00:00
misc.c Formerly misc.c.~31~ 1994-03-04 05:10:20 +00:00
read.c Formerly read.c.~75~ 1994-03-04 05:10:22 +00:00
README.template entered into RCS 1993-08-01 20:28:14 +00:00
remake.c Formerly remake.c.~52~ 1993-10-27 22:14:26 +00:00
remote-cstms.c Formerly remote-cstms.c.~8~ 1993-02-04 18:31:53 +00:00
remote-stub.c Formerly remote-stub.c.~3~ 1993-08-09 22:21:56 +00:00
rule.c entered into RCS 1993-10-21 20:48:08 +00:00
rule.h Formerly rule.h.~5~ 1993-06-30 22:42:37 +00:00
signame.c entered into RCS 1993-09-20 20:03:20 +00:00
signame.h entered into RCS 1993-07-26 20:20:46 +00:00
variable.c Formerly variable.c.~27~ 1994-02-01 00:11:47 +00:00
variable.h Formerly variable.h.~9~ 1992-12-22 23:44:09 +00:00
vpath.c Formerly vpath.c.~15~ 1993-12-23 04:42:29 +00:00

This directory contains the VERSION test release of GNU Make.
All bugs reported for previous test releases have been fixed.
Some bugs surely remain.

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.

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.

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.)

See the file NEWS for what has changed since previous releases.

GNU Make is fully documented in make.texinfo.  See the section entitled
`Problems and Bugs' for information on submitting bug reports.

GNU Make is free software.  See the file COPYING for copying conditions.