git://git.savannah.gnu.org/make
Go to file
Roland McGrath c1433e9495 (other_args): Variable removed.
(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.
1994-09-09 05:37:40 +00:00
glob entered into RCS 1993-10-08 00:11:55 +00:00
acconfig.h entered into RCS 1993-12-14 21:50:51 +00:00
alloca.c [emacs]: Block input around the garbage reclamation. 1994-06-02 17:45:40 +00:00
ar.c entered into RCS 1994-03-23 14:12:55 +00:00
arscan.c (ar_member_touch) [EINTR]: Do EINTR looping around fstat. 1994-07-04 21:51:49 +00:00
build.template entered into RCS 1993-03-11 19:25:21 +00:00
commands.c (fatal_error_signal) [__MSDOS__]: Just remove intermediates and exit. 1994-07-25 22:47:14 +00:00
commands.h entered into RCS 1994-03-23 14:12:55 +00:00
compatMakefile (loadavg): Depend on and use loadavg.c instead of getloadavg.c. 1994-05-21 20:26:33 +00:00
configh.dos.template Added trailing CRs. 1994-07-25 23:46:16 +00:00
configure.bat Initial revision 1994-07-25 23:47:05 +00:00
configure.in Don't check for sys_siglist and _sys_siglist with AC_HAVE_FUNCS. 1994-06-04 05:11:12 +00:00
default.c Add missing ". 1994-09-07 00:15:23 +00:00
dep.h entered into RCS 1994-03-23 14:12:55 +00:00
dir.c [__MSDOS__] (dosify): New function. 1994-07-25 23:01:19 +00:00
expand.c entered into RCS 1993-08-30 16:31:47 +00:00
file.c (set_command_state): Actually set FILE->command_state. 1994-09-07 00:31:13 +00:00
file.h Declare set_command_state. 1994-09-06 23:48:36 +00:00
function.c (expand_function: `shell') [__MSDOS__]: Wholly new implementation. 1994-07-25 23:06:00 +00:00
getloadavg.c Put #include of errno.h and decl of errno before #ifndef HAVE_GETLOADAVG. 1994-06-04 05:24:48 +00:00
GNUmakefile (AC_MACRODIR): Don't define it. 1994-05-19 00:35:53 +00:00
gpl.texinfo entered into RCS 1993-01-14 22:25:02 +00:00
implicit.c (pattern_search): Always allocate new storage for FILE->stem. 1994-04-21 03:48:00 +00:00
job.c (start_job_command): Whenever we set CHILD->file->update_status, call 1994-09-07 07:02:23 +00:00
job.h entered into RCS 1994-03-23 14:12:55 +00:00
main.c (other_args): Variable removed. 1994-09-09 05:37:40 +00:00
make-stds.texi entered into RCS 1994-08-21 17:29:57 +00:00
make.1 entered into RCS 1993-05-19 17:56:38 +00:00
make.h (PATH_SEPARATOR_CHAR): New macro; differing defns for [__MSDOS__] and not. 1994-07-25 23:27:48 +00:00
make.texinfo Update ISBN number to 1-882114-50-7 for edition 0.46. 1994-07-20 12:30:52 +00:00
misc.c (safe_stat): New function, EINTR-safe wrapper around stat. 1994-07-04 21:46:58 +00:00
read.c (read_makefile): Free FILENAME if we allocated it. From Jim Meyering. 1994-07-25 22:07:41 +00:00
README.template entered into RCS 1993-08-01 20:28:14 +00:00
remake.c (notice_finished_file): Only recheck modtimes if FILE->command_state was 1994-09-07 07:06:46 +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 entered into RCS 1993-09-20 20:03:20 +00:00
signame.h entered into RCS 1993-07-26 20:20:46 +00:00
variable.c (try_variable_definition): Return after abort. 1994-04-05 10:09:28 +00:00
variable.h entered into RCS 1994-03-23 14:12:55 +00:00
vpath.c Changed all uses of ':' to PATH_SEPARATOR_CHAR. 1994-07-25 23:34:32 +00:00

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.