No description
Find a file
Roland McGrath ed02723506 .
1995-10-10 20:22:47 +00:00
glob . 1995-09-11 18:14:14 +00:00
.cvsignore . 1995-10-10 20:12:44 +00:00
acconfig.h
aclocal.m4
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
build.template
ChangeLog . 1995-10-10 20:07:10 +00:00
ChangeLog.1 . 1995-04-27 16:41:12 +00:00
commands.c (delete_target): Ignore unlink failure if it is ENOENT. 1995-09-09 10:32:56 +00:00
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
configh.dos.template
configure
configure.bat
configure.in Don't check for getdtablesize. 1995-08-17 19:09:57 +00:00
COPYING . 1995-06-23 02:57:42 +00:00
default.c
dep.h
dir.c (file_impossible_p): Correctly reset FILENAME to name within directory 1995-08-07 20:42:51 +00:00
expand.c
file.c (print_file): Grok update_status of 1 for -q. 1995-05-03 19:53:19 +00:00
file.h
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 . 1995-10-10 20:22:47 +00:00
gpl.texinfo Updated address of foundation 1995-08-22 18:43:05 +00:00
implicit.c
INSTALL . 1995-06-23 02:57:42 +00:00
job.c (getdtablesize): Remove decls and macros. 1995-08-17 19:08:36 +00:00
job.h
loadtest.c
main.c (enter_command_line_file): Barf if NAME is "". 1995-10-10 18:59:08 +00:00
make-stds.texi (Standard Targets): rewrote some paragraphs to avoid overfull hboxes. 1995-08-15 00:12:12 +00:00
make.1
make.h
make.texinfo (How Make Works): Clearify that default goal is only first target. 1995-10-10 20:18:24 +00:00
Makefile.in Regenerated 1995-05-10 21:59:24 +00:00
misc.c
NEWS
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 Add note wrt broken system makes--use build.sh. 1995-10-04 18:15:35 +00:00
remake.c
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
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.