NetBSD/usr.bin/make
sjg 79e5bb77fc Use ${.MAKE:S,^./,${.CURDIR}/,} so that when someone does
./make test
it works.  Note use .CURDIR rather than .OBJDIR since the later
_may_ not always be correct (eg. symlink in .CURDIR for make).
2004-02-15 19:05:45 +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 ternary is .PHONY 2004-01-19 00:32:26 +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 Handle more complex conditional expressions. 2004-01-06 01:18:52 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +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 Parse args with open code to eliminate use of getopt(3). 2004-02-05 23:31:34 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
parse.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +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 Restore correct name string when VarGetPattern() returns. 2004-01-24 19:58:54 +00:00