Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/15/2006 20:33:19
Module Name:	src
Committed By:	dsl
Date:		Wed Mar 15 20:33:19 UTC 2006

Modified Files:
	src/usr.bin/make: job.c

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


To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 src/usr.bin/make/job.c

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