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/14/2007 23:50:58
Julio M. Merino Vidal <jmmv@netbsd.org> typed:
: Module Name:	src
: Committed By:	jmmv
: Date:		Mon Nov 12 14:54:44 UTC 2007
:
: Modified Files:
: 	src/share/mk: bsd.own.mk bsd.sys.mk
: 	src/tools: Makefile
: Added Files:
: 	src/tools/atf-compile: Makefile
:
: 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
Regards,
Geoff