Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 06/16/2005 18:07:45
Module Name:	src
Committed By:	jmc
Date:		Thu Jun 16 18:07:45 UTC 2005

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

Log Message:
If the line being passed to the shell is a blank line and we're not in compat
mode, use the ignErr template for the command as shell doesn't like an empty
construct of the form { } || <something>. Fixes build breakage on cats
distrib where a command ends up expanding to nothing.


To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 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.