Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 12/20/2003 00:18:22
Module Name:	src
Committed By:	jmc
Date:		Sat Dec 20 00:18:22 UTC 2003

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

Log Message:
Fixes for PR#18573 (make -j not stopping correctly on error).
Using -e in sh/ksh to stop on error doesn't work with grouped commands. At
least for any SUSE compliant sh(1). Instead, extend the Shell struct and add
errOut which provides a template to use to check error status from commands.


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 src/usr.bin/make/job.c
cvs rdiff -r1.20 -r1.21 src/usr.bin/make/job.h

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