Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/31/2006 21:05:34
Module Name:	src
Committed By:	dsl
Date:		Fri Mar 31 21:05:34 UTC 2006

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

Log Message:
There is no need to count jobs and job tokens.
If we don't create the job pipe, use the '-j n' option to limit the number
of tokens we will remove from the pipe.


To generate a diff of this commit:
cvs rdiff -r1.110 -r1.111 src/usr.bin/make/job.c
cvs rdiff -r1.26 -r1.27 src/usr.bin/make/job.h
cvs rdiff -r1.122 -r1.123 src/usr.bin/make/main.c
cvs rdiff -r1.61 -r1.62 src/usr.bin/make/make.c
cvs rdiff -r1.112 -r1.113 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.