No description
Find a file
Roland McGrath 1280ee49bb (configure, config.h.in): Uncomment these rules.
Commit the files to CVS if there is a CVS directory.
1995-03-08 00:11:27 +00:00
glob . 1995-03-07 23:49:08 +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 remove CONFIG_BROKETS 1994-09-26 21:52:40 +00:00
ar.c entered into RCS 1994-03-23 14:12:55 +00:00
arscan.c (ar_name_equal) [cray]: Subtract 1 like [__hpux]. 1995-01-07 16:55:30 +00:00
build.sh.in (prefix, exec_prefix): Set these from @...@. 1994-11-07 23:42:58 +00:00
build.template (CPPFLAGS): New variable. 1994-11-28 23:06:28 +00:00
ChangeLog . 1995-03-07 23:44:43 +00:00
commands.c (set_file_variables): Define new automatic variable $+, like $^ but before 1994-09-29 08:23:25 +00:00
commands.h entered into RCS 1994-03-23 14:12:55 +00:00
compatMakefile (configure, config.h.in): Uncomment these rules. 1995-03-08 00:11:27 +00:00
config.h.in . 1995-03-07 23:44:43 +00:00
configh.dos.template Added trailing CRs. 1994-07-25 23:46:16 +00:00
configure . 1995-03-07 23:44:43 +00:00
configure.bat Initial revision 1994-07-25 23:47:05 +00:00
configure.in Check for strsignal. 1995-02-22 03:18:18 +00:00
default.c (default_variables) [__hpux]: Remove special definition of ARFLAGS. 1995-01-11 00:14:53 +00:00
dep.h entered into RCS 1994-03-23 14:12:55 +00:00
dir.c Test HAVE_DIRENT_H, HAVE_SYS_DIR_H, HAVE_NDIR_H instead of DIRENT, SYSDIR, 1994-11-08 00:14:50 +00:00
expand.c Cast results of alloca' to char *' in two places. 1995-02-06 22:36:43 +00:00
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 Include config.h first. 1995-01-07 16:57:36 +00:00
GNUmakefile Do CVS magic, not RCS magic. 1995-03-08 00:10:10 +00:00
gpl.texinfo
implicit.c Comment fix. 1994-09-29 19:52:49 +00:00
job.c (child_error): Use strsignal. 1995-02-22 03:17:54 +00:00
job.h entered into RCS 1994-03-23 14:12:55 +00:00
loadtest.c . 1995-03-07 23:44:43 +00:00
main.c (decode_switches): If non-option arg is "-", ignore it. 1995-03-07 22:31:01 +00:00
make-stds.texi real-clean renamed to maintainer-clean. 1995-02-07 23:45:48 +00:00
make.1 entered into RCS 1993-05-19 17:56:38 +00:00
make.h [! STDC_HEADERS]: Don't declare qsort. Sun headers declare it int. 1995-02-07 18:36:00 +00:00
make.texinfo (Foreach Function): Correccion de gramatica espanola. 1995-01-13 06:30:39 +00:00
Makefile.in . 1995-03-07 23:44:43 +00:00
misc.c (strerror): Fix swapped args in sprintf. 1995-02-22 03:10:16 +00:00
NEWS . 1995-03-07 23:44:43 +00:00
read.c (read_makefile): For bogus line starting with tab, ignore it if blank after 1995-02-06 22:58:07 +00:00
README . 1995-03-07 23:44:43 +00:00
README.template entered into RCS 1993-08-01 20:28:14 +00:00
remake.c (update_file_1): When !MUST_MAKE, don't set FILE->update_status to zero 1995-01-27 09:42:00 +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 (strsignal): Cast sys_siglist elt to char *. 1995-03-07 06:41:05 +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 entered into RCS 1994-03-23 14:12:55 +00:00
version.c . 1995-03-07 23:44:43 +00:00
vpath.c (selective_vpath_search): Reset EXISTS when stat fails. 1994-09-26 22:16:51 +00:00

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