NetBSD/usr.bin/make
pk 0debc78bef JobExec(): don't use Punt() in the child; it can't possibly DTRT, and will also
mess up the parents variables.

Instead, use execError() for all error paths in the child code.
2002-03-14 16:08:37 +00:00
..
PSD.doc precede, not preceed. 2001-08-20 12:00:46 +00:00
lst.lib Prevent a premature end of the iteration if the first element in the list 2002-02-17 23:49:01 +00:00
Makefile Fix major bug in make(1) ... due to shadowing of the dotLast path used for 2002-01-27 01:50:54 +00:00
Makefile.boot Clean up some MAKE_BOOTSTRAP issues wrt. MACHINE/MACHINE_ARCH. 2001-11-30 01:29:47 +00:00
arch.c Clean up some MAKE_BOOTSTRAP issues wrt. MACHINE/MACHINE_ARCH. 2001-11-30 01:29:47 +00:00
bit.h getopt returns -1 not EOF, use memmove instead of bcopy 1997-11-08 09:33:15 +00:00
buf.c Nuke Buf_{G,Ung}etByte{,s}(), since they aren't used, and make BufExpand do 1999-09-15 04:16:31 +00:00
buf.h Nuke Buf_{G,Ung}etByte{,s}(), since they aren't used, and make BufExpand do 1999-09-15 04:16:31 +00:00
compat.c JobExec(): don't use Punt() in the child; it can't possibly DTRT, and will also 2002-03-14 16:08:37 +00:00
cond.c Provide a new .if commands(<target>) primitive that returns true if the 2001-01-14 20:44:26 +00:00
config.h Bleh, make the conditional work *correctly* this time (...teaches me not to 2002-01-16 03:40:29 +00:00
dir.c Resurrect revision 1.23: no need to stat .PHONY targets. 2002-02-03 20:08:30 +00:00
dir.h Redo the hashtable for "." if .OBJDIR changes. 2001-11-12 21:58:17 +00:00
for.c PR/15888: Jarkko Teppo: Problems building on HP/UX 2002-03-12 20:15:15 +00:00
hash.c Use a lower threshold for rebuilding hash tables. 2000-06-11 07:54:32 +00:00
hash.h - Merge in FreeBSD and Lite2 changes. 1996-11-06 17:58:58 +00:00
job.c JobExec(): don't use Punt() in the child; it can't possibly DTRT, and will also 2002-03-14 16:08:37 +00:00
job.h A number of semi-related changes. 2001-06-01 20:33:37 +00:00
list.h - Merge in FreeBSD and Lite2 changes. 1996-11-06 17:58:58 +00:00
lst.h sprite.h is private to make, so #include it with "sprite.h", 1999-07-29 19:45:32 +00:00
main.c JobExec(): don't use Punt() in the child; it can't possibly DTRT, and will also 2002-03-14 16:08:37 +00:00
make.1 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-08 01:36:18 +00:00
make.c MakeAddAllSrc(): check for empty .ALLSRC variable before using its value. 2002-03-12 23:52:35 +00:00
make.h Make_HandleUse() no longer has a return value, 2002-02-18 00:35:39 +00:00
nonints.h JobExec(): don't use Punt() in the child; it can't possibly DTRT, and will also 2002-03-14 16:08:37 +00:00
parse.c Pull every file parsing context into one structure instead of using a few 2002-02-21 22:21:34 +00:00
pathnames.h Allow system path to be overriden in the Makefile 1998-12-19 17:26:12 +00:00
sprite.h make cleaner C for more picky compilers 2000-05-04 18:27:53 +00:00
str.c - full prototypes 1998-11-06 23:31:09 +00:00
suff.c Remove OP_NOSUFF, fix OP_MADE in compat mode [from pk], and make the OP_MADE 2002-02-04 17:24:56 +00:00
targ.c Targ_PrintType(): include .PHONY and .MADE attributes. 2002-02-10 12:03:08 +00:00
trace.c Fix major bug in make(1) ... due to shadowing of the dotLast path used for 2002-01-27 01:50:54 +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 PR/15888: Jarkko Teppo: Problems building on HP/UX 2002-03-12 20:15:15 +00:00
var.c Add `tu' and `tl' variable expansion modifiers, which transform the 2002-02-06 16:26:12 +00:00