NetBSD/usr.bin/make
dsl de841c2752 Make .NOTPARALLEL stop the job engine issuing more than one token (instead
of trying to de-jobify the make.
You can now put .NOTPARALLEL in a submake of a recursive make (where it is
using a job-token pipe from the outer make and have it only run a single job.
You can also specify .NOTPARRALEL in the root makefile of a large recursive
make and have the submakes run multiple commands.
Add some diagnostics printfs (enabled with -dp) to the parser.
2006-01-22 19:54:55 +00:00
..
PSD.doc Fit ASCII output onto an 80-column terminal. From FreeBSD. 2004-06-27 19:12:33 +00:00
lst.lib Add typedefs for DuplicateProc and FreeProc from Max Okumoto. 2005-08-09 21:36:42 +00:00
unit-tests Expected results were not updated for comment testing. 2005-07-11 17:55:19 +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
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
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
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
job.c Make .NOTPARALLEL stop the job engine issuing more than one token (instead 2006-01-22 19:54:55 +00:00
job.h Make .NOTPARALLEL stop the job engine issuing more than one token (instead 2006-01-22 19:54:55 +00:00
lst.h Add typedefs for DuplicateProc and FreeProc from Max Okumoto. 2005-08-09 21:36:42 +00:00
main.c Make .NOTPARALLEL stop the job engine issuing more than one token (instead 2006-01-22 19:54:55 +00:00
make.1 Make .NOTPARALLEL stop the job engine issuing more than one token (instead 2006-01-22 19:54:55 +00:00
make.c For parallel makes, don't recycle the job token when we decide not to 2006-01-04 21:16:53 +00:00
make.h Make .NOTPARALLEL stop the job engine issuing more than one token (instead 2006-01-22 19:54:55 +00:00
nonints.h Now that dependencies in .BEGIN, .END, and .INTERRUPT work, allow them. 2005-05-08 00:38:47 +00:00
parse.c Make .NOTPARALLEL stop the job engine issuing more than one token (instead 2006-01-22 19:54:55 +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 Include the 'preds' and 'successors' in the diag output. 2006-01-08 17:43:31 +00:00
trace.c Expunge last references to jobTokensFree 2006-01-04 21:35:44 +00:00
trace.h
util.c From Max Okumoto: 2005-08-08 16:42:54 +00:00
var.c PR/31077: Wil L: /usr/bin/make can read off of end of buffer 2005-08-27 08:04:26 +00:00