NetBSD/usr.bin/make
dsl 5f31eae781 nJobs and jobTokensRunning are both counting the same thing.
Kill nJobs and just use the count of tokens in use.
Don't eat job tokens when we are ignoring errors.
2006-03-15 20:33:19 +00:00
..
lst.lib Add typedefs for DuplicateProc and FreeProc from Max Okumoto. 2005-08-09 21:36:42 +00:00
PSD.doc Fit ASCII output onto an 80-column terminal. From FreeBSD. 2004-06-27 19:12:33 +00:00
unit-tests Make ".WAIT" apply recursively to all children of nodes on the right 2006-02-26 22:45:46 +00:00
arch.c From Max Okumoto: 2005-08-08 16:42:54 +00:00
buf.c From Max Okumoto: 2005-08-08 16:42:54 +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 From Max Okumoto: 2005-08-08 16:42:54 +00:00
cond.c From Max Okumoto: 2005-08-08 16:42:54 +00:00
config.h Simplify build, no functional changes. 2004-05-07 00:04:38 +00:00
dir.c From Max Okumoto: 2005-08-08 16:42:54 +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 Add typedefs for DuplicateProc and FreeProc from Max Okumoto. 2005-08-09 21:36:42 +00:00
hash.c remove unnecessary casts to void * functions (Max Okumoto) 2005-08-04 00:20:12 +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 nJobs and jobTokensRunning are both counting the same thing. 2006-03-15 20:33:19 +00:00
job.h JOB_FIRST is always set (since we only execute the shell once for every 2006-03-13 20:35:09 +00:00
lst.h Add typedefs for DuplicateProc and FreeProc from Max Okumoto. 2005-08-09 21:36:42 +00:00
main.c Remove most of the code seemed to be there to support 'remote jobs'. 2006-03-11 17:18:00 +00:00
make.1 Markup fixes. 2006-03-11 12:02:20 +00:00
make.c Add some more debug prints. 2006-02-11 20:59:49 +00:00
make.h PR/33049: OKANO Takayoshi: Fix the spelling of NetBSD RCS tags. 2006-03-10 15:53:55 +00:00
Makefile Simplify build, no functional changes. 2004-05-07 00:04:38 +00:00
Makefile.boot Simplify build, no functional changes. 2004-05-07 00:04:38 +00:00
nonints.h Debug trace all the targets we are actually intending making. 2006-02-11 18:37:36 +00:00
parse.c Make ".WAIT" apply recursively to all children of nodes on the right 2006-02-26 22:45:46 +00:00
pathnames.h revert previous for now 2005-06-24 04:33:25 +00:00
sprite.h More KNF cleanups from Max Okumoto 2005-08-05 00:53:18 +00:00
str.c From Max Okumoto: 2005-08-08 16:42:54 +00:00
suff.c Don't (try to) use files marked .OPTIONAL as implicit sources. 2006-01-08 12:59:52 +00:00
targ.c Make ".WAIT" apply recursively to all children of nodes on the right 2006-02-26 22:45:46 +00:00
trace.c Expunge last references to jobTokensFree 2006-01-04 21:35:44 +00:00
trace.h Fix enum for better portability 2006-02-18 01:28:48 +00:00
util.c From Max Okumoto: 2005-08-08 16:42:54 +00:00
var.c Update man page and add test case for specifying modifiers via variable. 2006-02-26 21:43:00 +00:00