Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/atf/tests/atf Set ATFFILE=yes to install the pa...



details:   https://anonhg.NetBSD.org/src/rev/c810fca24530
branches:  trunk
changeset: 756352:c810fca24530
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Tue Jul 13 21:12:38 2010 +0000

description:
Set ATFFILE=yes to install the package-provided Atffiles instead of generating
our custom ones.

diffstat:

 external/bsd/atf/tests/atf/Makefile               |  4 ++--
 external/bsd/atf/tests/atf/atf-c++/Makefile       |  3 ++-
 external/bsd/atf/tests/atf/atf-c/Makefile         |  3 ++-
 external/bsd/atf/tests/atf/atf-check/Makefile     |  3 ++-
 external/bsd/atf/tests/atf/atf-config/Makefile    |  3 ++-
 external/bsd/atf/tests/atf/atf-report/Makefile    |  3 ++-
 external/bsd/atf/tests/atf/atf-run/Makefile       |  3 ++-
 external/bsd/atf/tests/atf/atf-sh/Makefile        |  3 ++-
 external/bsd/atf/tests/atf/test-programs/Makefile |  3 ++-
 9 files changed, 18 insertions(+), 10 deletions(-)

diffs (131 lines):

diff -r 8d013d8bc9f6 -r c810fca24530 external/bsd/atf/tests/atf/Makefile
--- a/external/bsd/atf/tests/atf/Makefile       Tue Jul 13 21:11:41 2010 +0000
+++ b/external/bsd/atf/tests/atf/Makefile       Tue Jul 13 21:12:38 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2010/07/03 08:14:11 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2010/07/13 21:12:38 jmmv Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/atf
+ATFFILE=       yes
 
 SUBDIR=                atf-c \
                atf-c++ \
@@ -17,4 +18,3 @@
 .PATH:         ${SRCDIR}
 
 .include <bsd.test.mk>
-.include <bsd.subdir.mk>
diff -r 8d013d8bc9f6 -r c810fca24530 external/bsd/atf/tests/atf/atf-c++/Makefile
--- a/external/bsd/atf/tests/atf/atf-c++/Makefile       Tue Jul 13 21:11:41 2010 +0000
+++ b/external/bsd/atf/tests/atf/atf-c++/Makefile       Tue Jul 13 21:12:38 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2010/07/03 08:14:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2010/07/13 21:12:38 jmmv Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/atf/atf-c++
+ATFFILE=       yes
 
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:         ${SRCDIR}/atf-c++
diff -r 8d013d8bc9f6 -r c810fca24530 external/bsd/atf/tests/atf/atf-c/Makefile
--- a/external/bsd/atf/tests/atf/atf-c/Makefile Tue Jul 13 21:11:41 2010 +0000
+++ b/external/bsd/atf/tests/atf/atf-c/Makefile Tue Jul 13 21:12:38 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2010/07/03 08:14:11 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2010/07/13 21:12:38 jmmv Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/atf/atf-c
+ATFFILE=       yes
 
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:         ${SRCDIR}/atf-c
diff -r 8d013d8bc9f6 -r c810fca24530 external/bsd/atf/tests/atf/atf-check/Makefile
--- a/external/bsd/atf/tests/atf/atf-check/Makefile     Tue Jul 13 21:11:41 2010 +0000
+++ b/external/bsd/atf/tests/atf/atf-check/Makefile     Tue Jul 13 21:12:38 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2010/07/03 08:14:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2010/07/13 21:12:38 jmmv Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/atf/atf-check
+ATFFILE=       yes
 
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:         ${SRCDIR}/atf-check
diff -r 8d013d8bc9f6 -r c810fca24530 external/bsd/atf/tests/atf/atf-config/Makefile
--- a/external/bsd/atf/tests/atf/atf-config/Makefile    Tue Jul 13 21:11:41 2010 +0000
+++ b/external/bsd/atf/tests/atf/atf-config/Makefile    Tue Jul 13 21:12:38 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2010/07/03 08:14:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2010/07/13 21:12:38 jmmv Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/atf/atf-config
+ATFFILE=       yes
 
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:         ${SRCDIR}/atf-config
diff -r 8d013d8bc9f6 -r c810fca24530 external/bsd/atf/tests/atf/atf-report/Makefile
--- a/external/bsd/atf/tests/atf/atf-report/Makefile    Tue Jul 13 21:11:41 2010 +0000
+++ b/external/bsd/atf/tests/atf/atf-report/Makefile    Tue Jul 13 21:12:38 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2010/07/03 08:14:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2010/07/13 21:12:39 jmmv Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/atf/atf-report
+ATFFILE=       yes
 
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:         ${SRCDIR}/atf-report
diff -r 8d013d8bc9f6 -r c810fca24530 external/bsd/atf/tests/atf/atf-run/Makefile
--- a/external/bsd/atf/tests/atf/atf-run/Makefile       Tue Jul 13 21:11:41 2010 +0000
+++ b/external/bsd/atf/tests/atf/atf-run/Makefile       Tue Jul 13 21:12:38 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2010/07/03 08:14:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2010/07/13 21:12:39 jmmv Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/atf/atf-run
+ATFFILE=       yes
 
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:         ${SRCDIR}/atf-run
diff -r 8d013d8bc9f6 -r c810fca24530 external/bsd/atf/tests/atf/atf-sh/Makefile
--- a/external/bsd/atf/tests/atf/atf-sh/Makefile        Tue Jul 13 21:11:41 2010 +0000
+++ b/external/bsd/atf/tests/atf/atf-sh/Makefile        Tue Jul 13 21:12:38 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2010/07/03 08:14:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2010/07/13 21:12:39 jmmv Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/atf/atf-sh
+ATFFILE=       yes
 
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:         ${SRCDIR}/atf-sh
diff -r 8d013d8bc9f6 -r c810fca24530 external/bsd/atf/tests/atf/test-programs/Makefile
--- a/external/bsd/atf/tests/atf/test-programs/Makefile Tue Jul 13 21:11:41 2010 +0000
+++ b/external/bsd/atf/tests/atf/test-programs/Makefile Tue Jul 13 21:12:38 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2010/07/03 08:14:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2010/07/13 21:12:39 jmmv Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/atf/test-programs
+ATFFILE=       yes
 
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:         ${SRCDIR}/test-programs



Home | Main Index | Thread Index | Old Index