Source-Changes archive

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

Re: CVS commit: src (atf-compile)



Geoff Wing <mason%primenet.com.au@localhost> typed:
: Julio M. Merino Vidal <jmmv%netbsd.org@localhost> 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



Home | Main Index | Thread Index | Old Index