Subject: Re: CVS commit: src (atf-compile)
To: None <source-changes@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: source-changes
Date: 11/15/2007 00:40:02
Geoff Wing <mason@primenet.com.au> typed:
: Julio M. Merino Vidal <jmmv@netbsd.org> output:
:: Log Message:
:: Add the atf host tools
:: This adds reachover Makefiles to build the atf tools required during a
:: cross-build.
:: cvs rdiff -r0 -r1.1 src/tools/atf-compile/Makefile
:
: --- tools/atf-compile/Makefile.org	2007-11-13 01:54:43.000000000 +1100
: +++ tools/atf-compile/Makefile	2007-11-15 10:50:13.000000000 +1100
: @@ -7,7 +7,7 @@
:  
:  realall: atf-host-compile
:  atf-host-compile: atf-host-compile.sh
: -	${HOST_SED} -e 's,__ATF_PKGDATADIR__,${SRCDIR}/subrs,g' \
: +	${TOOL_SED} -e 's,__ATF_PKGDATADIR__,${SRCDIR}/subrs,g' \
:  	            -e 's,__ATF_SHELL__,${HOST_SH},g' \
:  	            <${SRCDIR}/tools/atf-host-compile.sh \
:  	            >atf-host-compile.tmp

This Makefile needs more work.

Regards,
Geoff