No description
Find a file
1994-05-23 22:25:30 +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 entered into RCS 1994-03-23 14:12:55 +00:00
arscan.c entered into RCS 1994-02-16 21:32:01 +00:00
build.template
commands.c Undo last change; reverted to revision 1.22. 1994-04-21 22:14:01 +00:00
commands.h entered into RCS 1994-03-23 14:12:55 +00:00
compatMakefile (loadavg): Depend on and use loadavg.c instead of getloadavg.c. 1994-05-21 20:26:33 +00:00
configure.in (SCCS_GET_MINUS_G check): Put -G flag before file name. 1994-05-17 02:59:57 +00:00
default.c (default_terminal_rules): In SCCS rules, put $(SCCS_OUTPUT_OPTION) before 1994-05-17 02:58:49 +00:00
dep.h entered into RCS 1994-03-23 14:12:55 +00:00
dir.c
expand.c entered into RCS 1993-08-30 16:31:47 +00:00
file.c (enter_file): If there is already a double-colon entry for the file, set 1994-04-05 10:17:01 +00:00
file.h (struct file): Change member double_colon' from flag to struct file *'. 1994-04-05 09:22:13 +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 (AC_MACRODIR): Don't define it. 1994-05-19 00:35:53 +00:00
gpl.texinfo
implicit.c (pattern_search): Always allocate new storage for FILE->stem. 1994-04-21 03:48:00 +00:00
job.c (construct_command_argv_internal): Swallow backslash-newline combinations 1994-05-10 20:27:17 +00:00
job.h entered into RCS 1994-03-23 14:12:55 +00:00
main.c (main, decode_switches): Die with 2 for errors. 1994-04-21 02:08:28 +00:00
make-stds.texi
make.1
make.h [!__GNU_LIBRARY__ && !POSIX]: Also test #ifndef _POSIX_VERSION for these 1994-05-23 22:25:30 +00:00
make.texinfo Correct update date updated in last change. 1994-05-17 03:50:09 +00:00
misc.c [GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of 1994-05-23 22:20:30 +00:00
read.c (do_define): Call collapse_continuations on each line before all else. 1994-05-05 08:15:00 +00:00
README.template entered into RCS 1993-08-01 20:28:14 +00:00
remake.c (update_goal_chain): Reset FILE to G->file after the double-colon loop so 1994-04-22 21:58:26 +00:00
remote-cstms.c entered into RCS 1994-03-23 14:12:55 +00:00
remote-stub.c entered into RCS 1994-03-23 14:12:55 +00:00
rule.c entered into RCS 1993-10-21 20:48:08 +00:00
rule.h entered into RCS 1994-03-23 14:12:55 +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 (try_variable_definition): Return after abort. 1994-04-05 10:09:28 +00:00
variable.h entered into RCS 1994-03-23 14:12:55 +00:00
vpath.c entered into RCS 1994-03-23 14:12:55 +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.