Subject: Re: CVS commit: src/tools/atf-compile
To: Alan Barrett <apb@cequrux.com>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 11/24/2007 16:00:43
On Nov 24, 10:52pm, apb@cequrux.com (Alan Barrett) wrote:
-- Subject: Re: CVS commit: src/tools/atf-compile

| 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).

I did not want to change bsd.sys.mk to special-case the shell, because the
rest of the commands did not have absolute paths. Feel free to fix it any
way you like :-)

christos