No description
Find a file
Roland McGrath 32979e8122 .
1996-03-01 17:45:50 +00:00
glob Updated from libc 1996-03-01 17:43:47 +00:00
.cvsignore . 1995-10-10 20:12:44 +00:00
acconfig.h (HAVE_SYSCONF_OPEN_MAX): #undef removed. 1996-01-06 21:25:28 +00:00
aclocal.m4 . 1995-03-07 23:44:43 +00:00
alloca.c (alloca): If malloc fails, just abort. 1996-01-07 07:00:56 +00:00
ar.c
arscan.c (ar_scan) [AIAMAG]: Check for zero MEMBER_OFFSET, indicating a valid, but 1995-08-10 23:09:46 +00:00
build.sh.in Regenerated 1996-03-01 17:07:36 +00:00
build.template (CPPFLAGS): New variable. 1994-11-28 23:06:28 +00:00
ChangeLog . 1996-03-01 17:45:50 +00:00
ChangeLog.1 . 1995-04-27 16:41:12 +00:00
commands.c Use plain stat instead of safe_stat. 1995-12-12 03:26:08 +00:00
commands.h
compatMakefile Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-01 17:45:34 +00:00
config.h.in autoheader 1996-03-01 17:07:48 +00:00
configh.dos.template (STDC_HEADERS): Define only if undefined. 1995-03-09 01:13:02 +00:00
configure autoconf 1995-12-14 11:25:51 +00:00
configure.bat Write @CPPFLAGS@ translation. 1995-03-17 20:57:17 +00:00
configure.in Remove check for `sysconf (_SC_OPEN_MAX)'. 1995-12-14 07:18:09 +00:00
COPYING . 1995-06-23 02:57:42 +00:00
default.c Wed Feb 28 03:56:20 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-02-29 00:27:22 +00:00
dep.h
dir.c Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-01 17:45:37 +00:00
expand.c Cast results of alloca' to char *' in two places. 1995-02-06 22:36:43 +00:00
file.c (print_file): Grok update_status of 1 for -q. 1995-05-03 19:53:19 +00:00
file.h (struct file): New member `command_flags'. 1994-10-24 22:47:43 +00:00
function.c [__MSDOS__]: Include <fcntl.h>. From DJ Delorie. 1995-04-19 18:09:30 +00:00
getloadavg.c Update FSF address in comment. 1996-02-01 18:44:05 +00:00
GNUmakefile (libc-srcdir) New var. 1996-03-01 17:19:01 +00:00
gpl.texinfo Updated address of foundation 1995-08-22 18:43:05 +00:00
implicit.c
INSTALL . 1995-11-17 20:03:48 +00:00
job.c Don't declare unblock_sigs; job.h already does. 1996-01-12 23:09:23 +00:00
job.h
loadtest.c . 1995-03-07 23:44:43 +00:00
main.c (main): Don't call init_dir. 1995-12-12 03:32:46 +00:00
make-stds.texi Say it is ok to use true and false. 1996-02-29 04:22:34 +00:00
make.1
make.h (log_working_directory): Declare it. 1995-11-26 01:39:38 +00:00
make.texinfo Fixed sed cmd in auto dep section. 1996-03-01 17:02:26 +00:00
Makefile.in Regenerated 1996-03-01 17:07:36 +00:00
misc.c (collapse_continuations): Fix skipping of trailing \s so it can never 1995-12-12 04:24:17 +00:00
NEWS Mention future modtime detection. 1996-03-01 17:00:57 +00:00
read.c Use plain stat instead of safe_stat. 1995-12-12 03:31:40 +00:00
README Regenerated for 3.74.3 1996-03-01 17:07:14 +00:00
README.template Add note wrt broken system makes--use build.sh. 1995-10-04 18:15:35 +00:00
remake.c Wed Feb 28 03:56:20 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-02-29 00:27:25 +00:00
remote-cstms.c
remote-stub.c
rule.c
rule.h
signame.c Move include of config.h before all others. 1995-04-29 19:47:58 +00:00
signame.h [! __STDC__]: Don't use prototype for strsignal decl. 1995-02-23 23:42:12 +00:00
variable.c (define_automatic_variables): Define +D and +F. 1994-10-10 08:08:58 +00:00
variable.h
version.c . 1996-03-01 17:05:11 +00:00
vpath.c Use plain stat instead of safe_stat. 1995-12-12 03:26:08 +00:00

This directory contains the 3.74.3 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.

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.

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.