Source-Changes-HG archive

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

[src/trunk]: src/tools/atf-compile Adjust paths to new location of the atf-co...



details:   https://anonhg.NetBSD.org/src/rev/1f83e05b2e08
branches:  trunk
changeset: 754685:1f83e05b2e08
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sat May 08 08:20:18 2010 +0000

description:
Adjust paths to new location of the atf-compile sources in atf 0.8.
(You may be happy to know that this tool will probably disappear in
the next atf release!)

diffstat:

 tools/atf-compile/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 08cee826f489 -r 1f83e05b2e08 tools/atf-compile/Makefile
--- a/tools/atf-compile/Makefile        Sat May 08 08:16:41 2010 +0000
+++ b/tools/atf-compile/Makefile        Sat May 08 08:20:18 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/01/19 07:14:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2010/05/08 08:20:18 jmmv Exp $
 
 CLEANFILES+=   atf-host-compile
 CLEANFILES+=   atf-host-compile.tmp
@@ -14,7 +14,7 @@
        fi && \
        ${TOOL_SED} -e s,__ATF_PKGDATADIR__,${SRCDIR}/atf-sh,g \
                    -e s,__ATF_SHELL__,${HOST_SH},g \
-                   <${SRCDIR}/tools/atf-host-compile.sh \
+                   <${SRCDIR}/atf-compile/atf-host-compile.sh \
                    >atf-host-compile.tmp && \
        chmod +x atf-host-compile.tmp && \
        mv atf-host-compile.tmp atf-host-compile
@@ -28,4 +28,4 @@
        ${HOST_INSTALL_FILE} -m ${BINMODE} atf-host-compile ${.TARGET}
 
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
-.PATH:         ${SRCDIR}/tools
+.PATH:         ${SRCDIR}/atf-compile



Home | Main Index | Thread Index | Old Index