Source-Changes-HG archive

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

[src/trunk]: src/tools Bye bye atf-compile, you won't be missed.



details:   https://anonhg.NetBSD.org/src/rev/44686c937656
branches:  trunk
changeset: 755393:44686c937656
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Fri Jun 04 08:34:35 2010 +0000

description:
Bye bye atf-compile, you won't be missed.

diffstat:

 tools/Makefile             |   4 ++--
 tools/atf-compile/Makefile |  31 -------------------------------
 2 files changed, 2 insertions(+), 33 deletions(-)

diffs (53 lines):

diff -r d57e8ad1ce9d -r 44686c937656 tools/Makefile
--- a/tools/Makefile    Fri Jun 04 08:33:40 2010 +0000
+++ b/tools/Makefile    Fri Jun 04 08:34:35 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.137 2010/03/02 20:47:01 darran Exp $
+#      $NetBSD: Makefile,v 1.138 2010/06/04 08:34:35 jmmv Exp $
 
 .include <bsd.own.mk>
 
@@ -54,7 +54,7 @@
        .WAIT pax \
        .WAIT ${TOOLCHAIN_BITS} \
        ${DTRACE_BITS} \
-               asn1_compile atf-compile cat cksum compile_et config db \
+               asn1_compile cat cksum compile_et config db \
                file lint1 \
                makefs menuc mkcsmapper mkesdb mklocale mknod msgc \
                .WAIT disklabel \
diff -r d57e8ad1ce9d -r 44686c937656 tools/atf-compile/Makefile
--- a/tools/atf-compile/Makefile        Fri Jun 04 08:33:40 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2010/05/08 08:20:18 jmmv Exp $
-
-CLEANFILES+=   atf-host-compile
-CLEANFILES+=   atf-host-compile.tmp
-
-.include <bsd.hostprog.mk>
-
-realall: atf-host-compile
-atf-host-compile: atf-host-compile.sh
-       @echo "create atf-host-compile"; \
-       if [ x${HOST_SH:C,^/.*,/,} != x/ ]; then \
-               echo "HOST_SH must be an absolute path"; \
-               false; \
-       fi && \
-       ${TOOL_SED} -e s,__ATF_PKGDATADIR__,${SRCDIR}/atf-sh,g \
-                   -e s,__ATF_SHELL__,${HOST_SH},g \
-                   <${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
-
-# Install rule.
-realinstall: install.host
-install.host: ${TOOLDIR}/bin/${_TOOL_PREFIX}atf-compile
-${TOOLDIR}/bin/${_TOOL_PREFIX}atf-compile:: atf-host-compile
-       ${_MKTARGET_INSTALL}
-       mkdir -p ${TOOLDIR}/bin
-       ${HOST_INSTALL_FILE} -m ${BINMODE} atf-host-compile ${.TARGET}
-
-SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
-.PATH:         ${SRCDIR}/atf-compile



Home | Main Index | Thread Index | Old Index