NetBSD/usr.bin/make
ross fcce1f91eb Recognize -- (dash dash) and apply the usual interpretation.
Notes:

* The immediately previous version of make errored out on --,
which is what needs fixing.

* Historic bsd make silently ate -- and continued to process
options, so this is a behavior change from that, too, but presumably
there is more to gain in fixing it than in being bug-compatible.
2004-04-22 21:19:02 +00:00
..
PSD.doc Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
lst.lib Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
unit-tests Allow "string" and "${varspec}" on lhs of conditionals. 2004-04-13 16:06:23 +00:00
Makefile Use ${.MAKE:S,^./,${.CURDIR}/,} so that when someone does 2004-02-15 19:05:45 +00:00
Makefile.boot err/errx/warn/warnx do not need \n at the end 2002-06-11 06:06:18 +00:00
arch.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
bit.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
buf.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
buf.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
compat.c Add the 'e' debug flag (i.e., '-d e'): when enabled, show the "target 2003-09-10 18:04:22 +00:00
cond.c Allow "string" and "${varspec}" on lhs of conditionals. 2004-04-13 16:06:23 +00:00
config.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
dir.c add parent directory search for make as discussed on tech-toolchain. 2004-02-03 19:25:29 +00:00
dir.h add parent directory search for make as discussed on tech-toolchain. 2004-02-03 19:25:29 +00:00
for.c Print useful line number on error while executing .for directive. 2004-03-06 03:57:07 +00:00
hash.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
hash.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
job.c Fixes for PR#18573 (make -j not stopping correctly on error). 2003-12-20 00:18:22 +00:00
job.h Fixes for PR#18573 (make -j not stopping correctly on error). 2003-12-20 00:18:22 +00:00
list.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
lst.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
main.c Recognize -- (dash dash) and apply the usual interpretation. 2004-04-22 21:19:02 +00:00
make.1 Bump date; uppercase POSIX. 2004-02-05 23:51:46 +00:00
make.c Don't create targets if dependant files marked .OPTIONAL are missing. 2003-11-14 22:32:44 +00:00
make.h Add a -Dg3 which outputs the 'input graph' only on error exit. 2003-12-07 20:30:28 +00:00
nonints.h Print useful line number on error while executing .for directive. 2004-03-06 03:57:07 +00:00
parse.c Print useful line number on error while executing .for directive. 2004-03-06 03:57:07 +00:00
pathnames.h Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
sprite.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
str.c Implement :[] modifier to allow picking a range of words out of a variable. 2003-09-27 21:29:37 +00:00
suff.c Spell the plural of suffix "suffixes", not "suffices". 2004-02-13 17:56:17 +00:00
targ.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
trace.c Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. 2002-06-15 18:24:55 +00:00
trace.h Quick and dirty trace mechanism to make it easier to look at how different 2000-12-29 23:11:08 +00:00
util.c we can't use snprintf here, as sizeof(pathname) is unknown 2003-07-16 07:11:29 +00:00
var.c Fix :M so that modifiers in nested variables don't terminate parsing 2004-02-20 09:03:26 +00:00