No description
Find a file
1995-08-10 23:09:46 +00:00
glob Updated from libc 1995-05-10 21:57:56 +00:00
.cvsignore . 1995-03-07 23:49:08 +00:00
acconfig.h Added #undef HAVE_SYSCONF_OPEN_MAX. 1995-02-05 23:36:04 +00:00
aclocal.m4 . 1995-03-07 23:44:43 +00:00
alloca.c
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 1995-03-08 18:18:03 +00:00
build.template (CPPFLAGS): New variable. 1994-11-28 23:06:28 +00:00
ChangeLog . 1995-08-01 18:48:11 +00:00
ChangeLog.1 . 1995-04-27 16:41:12 +00:00
commands.c
commands.h
compatMakefile ($(infodir)/make.info): Make sure $$dir is set in install-info cmd. 1995-05-09 21:14:48 +00:00
config.h.in autoheader 1995-03-24 07:30:46 +00:00
configh.dos.template (STDC_HEADERS): Define only if undefined. 1995-03-09 01:13:02 +00:00
configure Remade with Autoconf 2.3 1995-03-28 18:04:30 +00:00
configure.bat Write @CPPFLAGS@ translation. 1995-03-17 20:57:17 +00:00
configure.in Remove AC_TYPE_GETGROUPS; nothing needs it any more. 1995-03-21 21:23:26 +00:00
COPYING . 1995-06-23 02:57:42 +00:00
default.c (default_variables) [__hpux]: Remove special definition of ARFLAGS. 1995-01-11 00:14:53 +00:00
dep.h
dir.c (file_impossible_p): Correctly reset FILENAME to name within directory 1995-08-07 20:42:51 +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 [ps2]: Use nlist instead of knlist #ifdef _AIX. 1995-08-07 20:48:08 +00:00
GNUmakefile (CFLAGS): Add some warnings. 1995-08-01 18:48:58 +00:00
gpl.texinfo
implicit.c
INSTALL . 1995-06-23 02:57:42 +00:00
job.c (child_error): Do nothing if IGNORED under -s. 1995-08-07 20:37:15 +00:00
job.h
loadtest.c . 1995-03-07 23:44:43 +00:00
main.c (main): Fixed braino in assert. 1995-03-28 18:59:57 +00:00
make-stds.texi Define mandir the way everyone actually uses it. 1995-06-27 18:28:56 +00:00
make.1
make.h [! STDC_HEADERS]: Don't declare qsort. Sun headers declare it int. 1995-02-07 18:36:00 +00:00
make.texinfo Add '95 to copyright years. 1995-04-05 03:32:21 +00:00
Makefile.in Regenerated 1995-05-10 21:59:24 +00:00
misc.c Changed find_char_unquote callers here too. 1995-03-10 20:34:41 +00:00
NEWS . 1995-03-07 23:44:43 +00:00
read.c (read_all_makefiles): Properly append default makefiles to the end of the 1995-06-20 07:47:01 +00:00
README Regenerated for 3.74 1995-05-19 20:40:12 +00:00
README.template
remake.c (notice_finished_file): Set FILE->update_status to zero if it's -1. 1995-04-08 18:52:42 +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
variable.h
version.c . 1995-05-19 20:37:02 +00:00
vpath.c

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