Subject: Re: CVS commit: src/tools/atf-compile
To: Christos Zoulas <christos@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: source-changes
Date: 11/24/2007 22:52:57
On Sat, 24 Nov 2007, Christos Zoulas wrote:
> Modified Files:
> 	src/tools/atf-compile: Makefile
> 
> Log Message:
> $HOST_SH does not necessarily contains the absolute path to sh. Fix it if
> it does not.

build.sh insists on HOST_SH being an absolute path, but bsd.sys.mk
has HOST_SH?=sh (without an absolute path).

Perhaps we should make bsd.sys.mk force an absolute path for HOST_SH
(such as by searching through $PATH if the user set HOST_SH to a
non-absolute path in the environment or in mk.conf).

--apb (Alan Barrett)