Source-Changes archive

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

Re: CVS commit: src (atf-compile)



Julio M. Merino Vidal <jmmv%netbsd.org@localhost> 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



Home | Main Index | Thread Index | Old Index