Menu

Tree [3c9e8b] 3.70.3 /
 History

HTTPS access


File Date Author Commit
 glob 1993-10-08 Jim Meyering Jim Meyering [eaba94] entered into RCS
 GNUmakefile 1994-04-21 Roland McGrath Roland McGrath [cf63c0] (dist): Depend on rcs-mark first.
 README.template 1993-08-01 Roland McGrath Roland McGrath [572856] entered into RCS
 acconfig.h 1993-12-14 Roland McGrath Roland McGrath [ad8763] entered into RCS
 alloca.c 1993-09-20 Richard M. Stallman Richard M. Stallman [1775c1] entered into RCS
 ar.c 1994-03-23 Roland McGrath Roland McGrath [d3fbc4] entered into RCS
 arscan.c 1994-02-16 Roland McGrath Roland McGrath [d68bb0] entered into RCS
 build.template 1993-03-11 Roland McGrath Roland McGrath [3e9cf5] entered into RCS
 commands.c 1994-04-21 Roland McGrath Roland McGrath [ac336f] Undo last change; reverted to revision 1.22.
 commands.h 1994-03-23 Roland McGrath Roland McGrath [d3fbc4] entered into RCS
 compatMakefile 1994-04-22 Roland McGrath Roland McGrath [bdff21] (srcdir): Define as @srcdir@; don't reference $...
 configure.in 1994-04-21 Roland McGrath Roland McGrath [be451f] Check for seteuid and setegid.
 default.c 1994-02-16 Roland McGrath Roland McGrath [d68bb0] entered into RCS
 dep.h 1994-03-23 Roland McGrath Roland McGrath [d3fbc4] entered into RCS
 dir.c 1993-06-02 Roland McGrath Roland McGrath [969773] entered into RCS
 expand.c 1993-08-30 Roland McGrath Roland McGrath [b24a02] entered into RCS
 file.c 1994-04-05 Roland McGrath Roland McGrath [3580cd] (enter_file): If there is already a double-colo...
 file.h 1994-04-05 Roland McGrath Roland McGrath [dc8983] (struct file): Change member `double_colon' fro...
 function.c 1994-03-04 Roland McGrath Roland McGrath [227cff] entered into RCS
 getloadavg.c 1993-11-03 Roland McGrath Roland McGrath [784545] entered into RCS
 gpl.texinfo 1993-01-14 Roland McGrath Roland McGrath [4dd2ed] entered into RCS
 implicit.c 1994-04-21 Roland McGrath Roland McGrath [f6716d] (pattern_search): Always allocate new storage f...
 job.c 1994-04-21 Roland McGrath Roland McGrath [bca4e8] (reap_children): Die with 2 for error.
 job.h 1994-03-23 Roland McGrath Roland McGrath [d3fbc4] entered into RCS
 main.c 1994-04-21 Roland McGrath Roland McGrath [716e80] (main, decode_switches): Die with 2 for errors.
 make-stds.texi 1993-01-11 Richard M. Stallman Richard M. Stallman [36a6a9] Formerly make-stds.texi.~2~
 make.1 1993-05-19 Roland McGrath Roland McGrath [e90a31] entered into RCS
 make.h 1994-04-21 Roland McGrath Roland McGrath [9b0a99] (find_char_unquote): Declare it.
 make.texinfo 1994-04-21 Roland McGrath Roland McGrath [408e86] (Using Variables): Fixed @xref node to `Automat...
 misc.c 1994-04-21 Roland McGrath Roland McGrath [117d4e] (remove_comments): Use find_char_unquote.
 read.c 1994-04-22 Roland McGrath Roland McGrath [e6bce5] (read_makefile): Fix `override define' parsing ...
 remake.c 1994-04-22 Roland McGrath Roland McGrath [3c9e8b] (update_goal_chain): Reset FILE to G->file afte...
 remote-cstms.c 1994-03-23 Roland McGrath Roland McGrath [d3fbc4] entered into RCS
 remote-stub.c 1994-03-23 Roland McGrath Roland McGrath [d3fbc4] entered into RCS
 rule.c 1993-10-21 Roland McGrath Roland McGrath [0ddf76] entered into RCS
 rule.h 1994-03-23 Roland McGrath Roland McGrath [d3fbc4] entered into RCS
 signame.c 1993-09-20 Roland McGrath Roland McGrath [2a53ae] entered into RCS
 signame.h 1993-07-26 Roland McGrath Roland McGrath [16777b] entered into RCS
 variable.c 1994-04-05 Roland McGrath Roland McGrath [98104e] (try_variable_definition): Return after abort.
 variable.h 1994-03-23 Roland McGrath Roland McGrath [d3fbc4] entered into RCS
 vpath.c 1994-03-23 Roland McGrath Roland McGrath [d3fbc4] entered into RCS

Read Me

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.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.