No description
Find a file
1993-08-02 20:48:12 +00:00
acconfig.h Initial revision 1993-04-16 00:51:27 +00:00
alloca.c *** empty log message *** 1993-07-13 16:37:01 +00:00
ar.c Formerly ar.c.~5~ 1993-06-10 22:13:54 +00:00
arscan.c Formerly arscan.c.~31~ 1993-05-12 21:05:03 +00:00
build.template entered into RCS 1993-03-11 19:25:21 +00:00
commands.c Formerly commands.c.~18~ 1993-05-06 21:30:42 +00:00
commands.h Formerly commands.h.~2~ 1993-02-05 22:31:57 +00:00
compatMakefile Formerly compatMakefile.~81~ 1993-08-01 20:17:31 +00:00
configure.in Formerly configure.in.~23~ 1993-07-30 03:37:40 +00:00
default.c Formerly default.c.~27~ 1993-06-25 18:59:05 +00:00
dep.h Formerly dep.h.~5~ 1993-07-14 22:56:42 +00:00
dir.c entered into RCS 1993-06-02 20:56:37 +00:00
expand.c Formerly expand.c.~9~ 1993-06-25 19:20:36 +00:00
file.c Formerly file.c.~25~ 1993-06-30 22:11:36 +00:00
file.h Formerly file.h.~5~ 1993-01-25 22:45:49 +00:00
function.c Formerly function.c.~28~ 1993-07-15 00:22:55 +00:00
getloadavg.c *** empty log message *** 1993-08-02 20:48:12 +00:00
GNUmakefile Formerly GNUmakefile.~107~ 1993-07-26 02:12:47 +00:00
gpl.texinfo entered into RCS 1993-01-14 22:25:02 +00:00
implicit.c Formerly implicit.c.~14~ 1993-06-30 23:04:21 +00:00
job.c Formerly job.c.~104~ 1993-06-25 20:03:56 +00:00
job.h Formerly job.h.~5~ 1993-02-01 21:03:32 +00:00
main.c Formerly main.c.~90~ 1993-07-14 22:56:38 +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.~75~ 1993-07-23 20:04:37 +00:00
make.texinfo Formerly make.texinfo.~115~ 1993-08-01 22:32:20 +00:00
misc.c Formerly misc.c.~27~ 1993-08-01 20:03:45 +00:00
read.c Formerly read.c.~66~ 1993-07-15 02:25:00 +00:00
README.template entered into RCS 1993-08-01 20:28:14 +00:00
remake.c Formerly remake.c.~49~ 1993-04-12 20:52:45 +00:00
remote-cstms.c Formerly remote-cstms.c.~8~ 1993-02-04 18:31:53 +00:00
remote-stub.c
rule.c Formerly rule.c.~15~ 1993-07-09 01:22:33 +00:00
rule.h Formerly rule.h.~5~ 1993-06-30 22:42:37 +00:00
signame.c Initial revision 1993-07-26 20:20:42 +00:00
signame.h entered into RCS 1993-07-26 20:20:46 +00:00
variable.c Formerly variable.c.~23~ 1993-07-15 01:59:03 +00:00
variable.h Formerly variable.h.~9~ 1992-12-22 23:44:09 +00:00
vpath.c Formerly vpath.c.~13~ 1993-07-09 01:30:13 +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.