Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 10/09/2006 20:46:33
Module Name:	src
Committed By:	apb
Date:		Mon Oct  9 20:46:33 UTC 2006

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

Log Message:
In a non-native build, always use a shell to execute commands.  This may
be necessary in a weird cross-build environment.  Previously, if the
command looked simple enough, we would try to exec it directly.

OK sjg, christos


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/usr.bin/make/compat.c

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