mirror of
https://github.com/mirror/make.git
synced 2025-01-19 00:30:38 +08:00
git://git.savannah.gnu.org/make
c1433e9495
(goals, lastgoal): New static variables (moved from auto in main). (main): Don't process OTHER_ARGS at all. Don't set variable MAKEOVERRIDES at all; define MAKE to just $(MAKE_COMMAND). (init_switches): Prepend a - (return in order) instead of a + (require order). (decode_switches): Don't set OTHER_ARGS at all. Grok '\0' return from getopt_long as non-option argument; try variable definition and (if !ENV) enter goal targets here. (decode_env_switches): Use allocated_variable_expand to store value. Use find_next_token to simplify word-splitting loop. Don't prepend a dash to uninterpreted value. Instead, if split into only one word, try variable definition and failing that prepend a dash to the word and pass it to decode_switches as a single arg. |
||
---|---|---|
glob | ||
acconfig.h | ||
alloca.c | ||
ar.c | ||
arscan.c | ||
build.template | ||
commands.c | ||
commands.h | ||
compatMakefile | ||
configh.dos.template | ||
configure.bat | ||
configure.in | ||
default.c | ||
dep.h | ||
dir.c | ||
expand.c | ||
file.c | ||
file.h | ||
function.c | ||
getloadavg.c | ||
GNUmakefile | ||
gpl.texinfo | ||
implicit.c | ||
job.c | ||
job.h | ||
main.c | ||
make-stds.texi | ||
make.1 | ||
make.h | ||
make.texinfo | ||
misc.c | ||
read.c | ||
README.template | ||
remake.c | ||
remote-cstms.c | ||
remote-stub.c | ||
rule.c | ||
rule.h | ||
signame.c | ||
signame.h | ||
variable.c | ||
variable.h | ||
vpath.c |
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.