Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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

--apb (Alan Barrett)



Home | Main Index | Thread Index | Old Index