No description
Find a file
1994-10-27 06:02:43 +00:00
glob
acconfig.h Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST. 1994-09-09 07:16:54 +00:00
alloca.c remove CONFIG_BROKETS 1994-09-26 21:52:40 +00:00
ar.c
arscan.c (ar_member_touch) [EINTR]: Do EINTR looping around fstat. 1994-07-04 21:51:49 +00:00
build.template
commands.c (set_file_variables): Define new automatic variable $+, like $^ but before 1994-09-29 08:23:25 +00:00
commands.h
compatMakefile (loadavg): Depend on and use loadavg.c instead of getloadavg.c. 1994-05-21 20:26:33 +00:00
configh.dos.template Added trailing CRs. 1994-07-25 23:46:16 +00:00
configure.bat Initial revision 1994-07-25 23:47:05 +00:00
configure.in Don't check for sys_siglist and _sys_siglist with AC_HAVE_FUNCS. 1994-06-04 05:11:12 +00:00
default.c Add missing ". 1994-09-07 00:15:23 +00:00
dep.h
dir.c [__MSDOS__]: Fixed typo. 1994-09-26 22:20:56 +00:00
expand.c
file.c (snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR. 1994-10-27 06:02:43 +00:00
file.h (struct file): New member `command_flags'. 1994-10-24 22:47:43 +00:00
function.c (expand_function: `shell') [__MSDOS__]: Wholly new implementation. 1994-07-25 23:06:00 +00:00
getloadavg.c [alliant && i860] (FSCALE): Move defn before #ifndef FSCALE. 1994-10-27 00:34:56 +00:00
GNUmakefile
gpl.texinfo
implicit.c Comment fix. 1994-09-29 19:52:49 +00:00
job.c (start_job_command): In FLAGS initialization, OR in 1994-10-24 22:50:01 +00:00
job.h
main.c (main): Move checks .IGNORE, .SILENT, .POSIX to snap_deps. 1994-10-24 22:57:07 +00:00
make-stds.texi entered into RCS 1994-08-21 17:29:57 +00:00
make.1
make.h (posix_pedantic): Declare it. 1994-10-24 23:11:57 +00:00
make.texinfo (Automatic Dependencies): Improve recommended sed command. 1994-10-24 05:05:43 +00:00
misc.c (safe_stat): New function, EINTR-safe wrapper around stat. 1994-07-04 21:46:58 +00:00
read.c (read_makefile): Free FILENAME if we allocated it. From Jim Meyering. 1994-07-25 22:07:41 +00:00
README.template
remake.c Include <assert.h> and use assert instead of printfs and abort. 1994-09-10 15:04:57 +00:00
remote-cstms.c
remote-stub.c
rule.c
rule.h
signame.c remove CONFIG_BROKETS 1994-09-26 21:57:54 +00:00
signame.h
variable.c (define_automatic_variables): Define +D and +F. 1994-10-10 08:08:58 +00:00
variable.h
vpath.c (selective_vpath_search): Reset EXISTS when stat fails. 1994-09-26 22:16:51 +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.