Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/atf/share Wrap these with .if ${MKSHARE} != "no"



details:   https://anonhg.NetBSD.org/src/rev/38dcaa04d954
branches:  trunk
changeset: 749966:38dcaa04d954
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Dec 13 21:14:18 2009 +0000

description:
Wrap these with .if ${MKSHARE} != "no"

diffstat:

 external/bsd/atf/share/examples/atf/Makefile |  4 +++-
 external/bsd/atf/share/xml/atf/Makefile      |  4 +++-
 external/bsd/atf/share/xsl/atf/Makefile      |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (58 lines):

diff -r e274181a7667 -r 38dcaa04d954 external/bsd/atf/share/examples/atf/Makefile
--- a/external/bsd/atf/share/examples/atf/Makefile      Sun Dec 13 20:52:36 2009 +0000
+++ b/external/bsd/atf/share/examples/atf/Makefile      Sun Dec 13 21:14:18 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2009/01/19 07:13:05 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2009/12/13 21:14:18 snj Exp $
 
 .include <bsd.own.mk>
 
+.if ${MKSHARE} != "no"
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:         ${SRCDIR}/data
 
@@ -9,5 +10,6 @@
 FILESMODE=     444
 FILES=         atf-run.hooks \
                tests-results.css
+.endif
 
 .include <bsd.prog.mk>
diff -r e274181a7667 -r 38dcaa04d954 external/bsd/atf/share/xml/atf/Makefile
--- a/external/bsd/atf/share/xml/atf/Makefile   Sun Dec 13 20:52:36 2009 +0000
+++ b/external/bsd/atf/share/xml/atf/Makefile   Sun Dec 13 21:14:18 2009 +0000
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2009/01/19 07:13:05 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2009/12/13 21:14:18 snj Exp $
 
 .include <bsd.own.mk>
 
+.if ${MKSHARE} != "no"
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:         ${SRCDIR}/data
 
 FILESDIR=      /usr/share/xml/atf
 FILESMODE=     444
 FILES=         tests-results.dtd
+.endif
 
 .include <bsd.prog.mk>
diff -r e274181a7667 -r 38dcaa04d954 external/bsd/atf/share/xsl/atf/Makefile
--- a/external/bsd/atf/share/xsl/atf/Makefile   Sun Dec 13 20:52:36 2009 +0000
+++ b/external/bsd/atf/share/xsl/atf/Makefile   Sun Dec 13 21:14:18 2009 +0000
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2009/01/19 07:13:05 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2009/12/13 21:14:18 snj Exp $
 
 .include <bsd.own.mk>
 
+.if ${MKSHARE} != "no"
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:         ${SRCDIR}/data
 
 FILESDIR=      /usr/share/xsl/atf
 FILESMODE=     444
 FILES=         tests-results.xsl
+.endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index