Subject: CVS commit: basesrc/usr.bin/make
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 02/08/2002 19:44:24
Module Name:	basesrc
Committed By:	pk
Date:		Fri Feb  8 17:44:24 UTC 2002

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

Log Message:
JobRestartJobs() should cease scheduling stopped jobs if the maximum
number of running jobs limit has been reached, otherwise an infinite
loop is the result.

Give JobStart() a return value to report this condition.


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 basesrc/usr.bin/make/job.c

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