svn commit: r265037 - in stable/10: cddl cddl/lib cddl/lib/tests cddl/sbin cddl/sbin/tests cddl/tests cddl/usr.bin cddl/usr.bin/tests cddl/usr.sbin cddl/usr.sbin/tests etc etc/mtree etc/tests games...

Julio Merino jmmv at FreeBSD.org
Mon Apr 28 04:20:18 UTC 2014


Author: jmmv
Date: Mon Apr 28 04:20:14 2014
New Revision: 265037
URL: http://svnweb.freebsd.org/changeset/base/265037

Log:
  MFC r264741: Add placeholder Kyuafiles for various top-level hierarchies.
  
  This is "make tinderbox" clean.

Added:
  stable/10/cddl/lib/tests/
     - copied from r264741, head/cddl/lib/tests/
  stable/10/cddl/sbin/tests/
     - copied from r264741, head/cddl/sbin/tests/
  stable/10/cddl/tests/
     - copied from r264741, head/cddl/tests/
  stable/10/cddl/usr.bin/tests/
     - copied from r264741, head/cddl/usr.bin/tests/
  stable/10/cddl/usr.sbin/tests/
     - copied from r264741, head/cddl/usr.sbin/tests/
  stable/10/etc/tests/
     - copied from r264741, head/etc/tests/
  stable/10/games/tests/
     - copied from r264741, head/games/tests/
  stable/10/gnu/lib/tests/
     - copied from r264741, head/gnu/lib/tests/
  stable/10/gnu/tests/
     - copied from r264741, head/gnu/tests/
  stable/10/gnu/usr.bin/tests/
     - copied from r264741, head/gnu/usr.bin/tests/
  stable/10/secure/lib/tests/
     - copied from r264741, head/secure/lib/tests/
  stable/10/secure/libexec/tests/
     - copied from r264741, head/secure/libexec/tests/
  stable/10/secure/tests/
     - copied from r264741, head/secure/tests/
  stable/10/secure/usr.bin/tests/
     - copied from r264741, head/secure/usr.bin/tests/
  stable/10/secure/usr.sbin/tests/
     - copied from r264741, head/secure/usr.sbin/tests/
Modified:
  stable/10/cddl/Makefile
  stable/10/cddl/lib/Makefile
  stable/10/cddl/sbin/Makefile
  stable/10/cddl/usr.bin/Makefile
  stable/10/cddl/usr.sbin/Makefile
  stable/10/etc/Makefile
  stable/10/etc/mtree/BSD.tests.dist
  stable/10/games/Makefile
  stable/10/gnu/Makefile
  stable/10/gnu/lib/Makefile
  stable/10/gnu/usr.bin/Makefile
  stable/10/secure/Makefile
  stable/10/secure/lib/Makefile
  stable/10/secure/libexec/Makefile
  stable/10/secure/usr.bin/Makefile
  stable/10/secure/usr.sbin/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/cddl/Makefile
==============================================================================
--- stable/10/cddl/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/cddl/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -1,5 +1,11 @@
 # $FreeBSD$
 
+.include <bsd.own.mk>
+
 SUBDIR=	lib sbin usr.bin usr.sbin
 
+.if ${MK_TESTS} != "no"
+SUBDIR+=tests
+.endif
+
 .include <bsd.subdir.mk>

Modified: stable/10/cddl/lib/Makefile
==============================================================================
--- stable/10/cddl/lib/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/cddl/lib/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -11,7 +11,12 @@ SUBDIR=	${_drti} \
 	libuutil \
 	${_libzfs_core} \
 	${_libzfs} \
-	${_libzpool}
+	${_libzpool} \
+	${_tests}
+
+.if ${MK_TESTS} != "no"
+_tests=		tests
+.endif
 
 .if ${MK_ZFS} != "no"
 _libzfs_core=	libzfs_core

Modified: stable/10/cddl/sbin/Makefile
==============================================================================
--- stable/10/cddl/sbin/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/cddl/sbin/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -2,7 +2,11 @@
 
 .include <bsd.own.mk>
 
-SUBDIR=	${_zfs} ${_zpool}
+SUBDIR=	${_tests} ${_zfs} ${_zpool}
+
+.if ${MK_TESTS} != "no"
+_tests=	tests
+.endif
 
 .if ${MK_ZFS} != "no"
 _zfs=	zfs

Modified: stable/10/cddl/usr.bin/Makefile
==============================================================================
--- stable/10/cddl/usr.bin/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/cddl/usr.bin/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -7,11 +7,16 @@ SUBDIR= \
 	ctfdump \
 	ctfmerge \
 	sgsmsg \
+	${_tests} \
 	${_zinject} \
 	${_zlook} \
 	${_zstreamdump} \
 	${_ztest}
 
+.if ${MK_TESTS} != "no"
+_tests=	tests
+.endif
+
 .if ${MK_ZFS} != "no"
 _zinject= zinject
 #_zlook= zlook

Modified: stable/10/cddl/usr.sbin/Makefile
==============================================================================
--- stable/10/cddl/usr.sbin/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/cddl/usr.sbin/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -5,9 +5,14 @@
 SUBDIR=	${_dtrace} \
 	${_dtruss} \
 	${_lockstat} \
+	${_tests} \
 	${_zdb} \
 	${_zhack}
 
+.if ${MK_TESTS} != "no"
+_tests=	tests
+.endif
+
 .if ${MK_ZFS} != "no"
 .if ${MK_LIBTHR} != "no"
 _zdb=	zdb

Modified: stable/10/etc/Makefile
==============================================================================
--- stable/10/etc/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/etc/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -7,6 +7,10 @@
 SUBDIR=	sendmail
 .endif
 
+.if ${MK_TESTS} != "no"
+SUBDIR+=tests
+.endif
+
 BIN1=	crontab \
 	devd.conf \
 	devfs.conf \

Modified: stable/10/etc/mtree/BSD.tests.dist
==============================================================================
--- stable/10/etc/mtree/BSD.tests.dist	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/etc/mtree/BSD.tests.dist	Mon Apr 28 04:20:14 2014	(r265037)
@@ -50,6 +50,26 @@
             test
             ..
         ..
+        cddl
+            lib
+            ..
+            sbin
+            ..
+            usr.bin
+            ..
+            usr.sbin
+            ..
+        ..
+        etc
+        ..
+        games
+        ..
+        gnu
+            lib
+            ..
+            usr.bin
+            ..
+        ..
         lib
             atf
                 libatf-c
@@ -80,6 +100,16 @@
             mdconfig
             ..
         ..
+        secure
+            lib
+            ..
+            libexec
+            ..
+            usr.bin
+            ..
+            usr.sbin
+            ..
+        ..
         share
             examples
                 tests

Modified: stable/10/games/Makefile
==============================================================================
--- stable/10/games/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/games/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -1,6 +1,7 @@
-#	@(#)Makefile	8.2 (Berkeley) 3/31/94
 # $FreeBSD$
 
+.include <bsd.own.mk>
+
 SUBDIR= \
 	bcd \
 	caesar \
@@ -12,6 +13,11 @@ SUBDIR= \
 	pom \
 	ppt \
 	primes \
-	random
+	random \
+	${_tests}
+
+.if ${MK_TESTS} != "no"
+_tests=	tests
+.endif
 
 .include <bsd.subdir.mk>

Modified: stable/10/gnu/Makefile
==============================================================================
--- stable/10/gnu/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/gnu/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -1,6 +1,12 @@
 #	@(#)Makefile	5.33.1.1 (Berkeley) 5/6/91
 # $FreeBSD$
 
-SUBDIR= lib usr.bin
+.include <bsd.own.mk>
+
+SUBDIR= lib ${_tests} usr.bin
+
+.if ${MK_TESTS} != "no"
+_tests=	tests
+.endif
 
 .include <bsd.subdir.mk>

Modified: stable/10/gnu/lib/Makefile
==============================================================================
--- stable/10/gnu/lib/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/gnu/lib/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -8,6 +8,10 @@ SUBDIR= csu libgcc libgcov libdialog lib
 SUBDIR+= libssp
 .endif
 
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
 # libsupc++ uses libstdc++ headers, although 'make includes' should
 # have taken care of that already.
 .if ${MK_GNUCXX} != "no"

Modified: stable/10/gnu/usr.bin/Makefile
==============================================================================
--- stable/10/gnu/usr.bin/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/gnu/usr.bin/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -15,6 +15,7 @@ SUBDIR= ${_binutils} \
 	${_rcs} \
 	sdiff \
 	send-pr \
+	${_tests} \
 	${_texinfo}
 
 .if ${MK_CXX} != "no"
@@ -36,6 +37,10 @@ _texinfo=	texinfo
 _rcs=		rcs
 .endif
 
+.if ${MK_TESTS} != "no"
+_tests=		tests
+.endif
+
 .if ${MK_BINUTILS} != "no"
 _binutils=	binutils
 .endif

Modified: stable/10/secure/Makefile
==============================================================================
--- stable/10/secure/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/secure/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -2,7 +2,11 @@
 
 .include <bsd.own.mk>
 
-SUBDIR= lib libexec usr.bin usr.sbin
+SUBDIR= lib libexec ${_tests} usr.bin usr.sbin
+
+.if ${MK_TESTS} != "no"
+_tests=	tests
+.endif
 
 # These are the programs which depend on crypto, but not Kerberos.
 SPROGS=	lib/libfetch lib/libpam lib/libradius lib/libtelnet	\

Modified: stable/10/secure/lib/Makefile
==============================================================================
--- stable/10/secure/lib/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/secure/lib/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -10,4 +10,8 @@ SUBDIR+=libssh
 .endif
 .endif
 
+.if ${MK_TESTS} != "no"
+SUBDIR+=tests
+.endif
+
 .include <bsd.subdir.mk>

Modified: stable/10/secure/libexec/Makefile
==============================================================================
--- stable/10/secure/libexec/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/secure/libexec/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -7,4 +7,8 @@ SUBDIR=
 SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
 .endif
 
+.if ${MK_TESTS} != "no"
+SUBDIR+=tests
+.endif
+
 .include <bsd.subdir.mk>

Modified: stable/10/secure/usr.bin/Makefile
==============================================================================
--- stable/10/secure/usr.bin/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/secure/usr.bin/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -10,4 +10,8 @@ SUBDIR+=scp sftp ssh ssh-add ssh-agent s
 .endif
 .endif
 
+.if ${MK_TESTS} != "no"
+SUBDIR+=tests
+.endif
+
 .include <bsd.subdir.mk>

Modified: stable/10/secure/usr.sbin/Makefile
==============================================================================
--- stable/10/secure/usr.sbin/Makefile	Mon Apr 28 02:35:28 2014	(r265036)
+++ stable/10/secure/usr.sbin/Makefile	Mon Apr 28 04:20:14 2014	(r265037)
@@ -7,4 +7,8 @@ SUBDIR= 
 SUBDIR+=sshd
 .endif
 
+.if ${MK_TESTS} != "no"
+SUBDIR+=tests
+.endif
+
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list