Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   dsl
Date:           Sun Jan 22 19:54:55 UTC 2006

Modified Files:
        src/usr.bin/make: job.c job.h main.c make.1 make.h parse.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.102 -r1.103 src/usr.bin/make/job.c
cvs rdiff -r1.23 -r1.24 src/usr.bin/make/job.h
cvs rdiff -r1.117 -r1.118 src/usr.bin/make/main.c
cvs rdiff -r1.118 -r1.119 src/usr.bin/make/make.1
cvs rdiff -r1.56 -r1.57 src/usr.bin/make/make.h
cvs rdiff -r1.107 -r1.108 src/usr.bin/make/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index