svn commit: r311183 - in stable/11: cddl/usr.sbin/zfsd libexec/rtld-elf/tests/libpythagoras libexec/rtld-elf/tests/target targets/pseudo/tests targets/pseudo/userland targets/pseudo/userland/cddl t...
Bryan Drewery
bdrewery at FreeBSD.org
Tue Jan 3 22:51:43 UTC 2017
Author: bdrewery
Date: Tue Jan 3 22:51:40 2017
New Revision: 311183
URL: https://svnweb.freebsd.org/changeset/base/311183
Log:
MFC r305148:
DIRDEPS_BUILD: Add some missing dirctories to the build.
Added:
stable/11/cddl/usr.sbin/zfsd/Makefile.depend
- copied unchanged from r305148, head/cddl/usr.sbin/zfsd/Makefile.depend
stable/11/libexec/rtld-elf/tests/libpythagoras/Makefile.depend
- copied unchanged from r305148, head/libexec/rtld-elf/tests/libpythagoras/Makefile.depend
stable/11/libexec/rtld-elf/tests/target/Makefile.depend
- copied unchanged from r305148, head/libexec/rtld-elf/tests/target/Makefile.depend
stable/11/tests/sys/pjdfstest/pjdfstest/Makefile.depend
- copied unchanged from r305148, head/tests/sys/pjdfstest/pjdfstest/Makefile.depend
stable/11/tests/sys/sys/Makefile.depend
- copied unchanged from r305148, head/tests/sys/sys/Makefile.depend
stable/11/usr.bin/bsdcat/tests/Makefile.depend
- copied unchanged from r305148, head/usr.bin/bsdcat/tests/Makefile.depend
stable/11/usr.bin/sdiff/tests/Makefile.depend
- copied unchanged from r305148, head/usr.bin/sdiff/tests/Makefile.depend
stable/11/usr.bin/xinstall/tests/Makefile.depend
- copied unchanged from r305148, head/usr.bin/xinstall/tests/Makefile.depend
stable/11/usr.sbin/extattr/tests/Makefile.depend
- copied unchanged from r305148, head/usr.sbin/extattr/tests/Makefile.depend
stable/11/usr.sbin/pmcstudy/Makefile.depend
- copied unchanged from r305148, head/usr.sbin/pmcstudy/Makefile.depend
stable/11/usr.sbin/ypldap/Makefile.depend
- copied unchanged from r305148, head/usr.sbin/ypldap/Makefile.depend
Modified:
stable/11/targets/pseudo/tests/Makefile.depend
stable/11/targets/pseudo/userland/Makefile.depend
stable/11/targets/pseudo/userland/cddl/Makefile.depend
stable/11/targets/pseudo/userland/libexec/Makefile.depend
Directory Properties:
stable/11/ (props changed)
Copied: stable/11/cddl/usr.sbin/zfsd/Makefile.depend (from r305148, head/cddl/usr.sbin/zfsd/Makefile.depend)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/cddl/usr.sbin/zfsd/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183, copy of r305148, head/cddl/usr.sbin/zfsd/Makefile.depend)
@@ -0,0 +1,35 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ cddl/lib/libavl \
+ cddl/lib/libnvpair \
+ cddl/lib/libumem \
+ cddl/lib/libuutil \
+ cddl/lib/libzfs \
+ cddl/lib/libzfs_core \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libc++ \
+ lib/libcompiler_rt \
+ lib/libcxxrt \
+ lib/libdevdctl \
+ lib/libexpat \
+ lib/libgeom \
+ lib/libmd \
+ lib/libsbuf \
+ lib/libthr \
+ lib/libutil \
+ lib/libz \
+ lib/msun \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
Copied: stable/11/libexec/rtld-elf/tests/libpythagoras/Makefile.depend (from r305148, head/libexec/rtld-elf/tests/libpythagoras/Makefile.depend)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/libexec/rtld-elf/tests/libpythagoras/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183, copy of r305148, head/libexec/rtld-elf/tests/libpythagoras/Makefile.depend)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libcompiler_rt \
+ lib/msun \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
Copied: stable/11/libexec/rtld-elf/tests/target/Makefile.depend (from r305148, head/libexec/rtld-elf/tests/target/Makefile.depend)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/libexec/rtld-elf/tests/target/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183, copy of r305148, head/libexec/rtld-elf/tests/target/Makefile.depend)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libcompiler_rt \
+ libexec/rtld-elf/tests/libpythagoras \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
Modified: stable/11/targets/pseudo/tests/Makefile.depend
==============================================================================
--- stable/11/targets/pseudo/tests/Makefile.depend Tue Jan 3 22:49:56 2017 (r311182)
+++ stable/11/targets/pseudo/tests/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183)
@@ -166,6 +166,8 @@ DIRDEPS= \
libexec/atf/atf-sh/tests \
libexec/atf/tests \
libexec/rtld-elf/tests \
+ libexec/rtld-elf/tests/libpythagoras \
+ libexec/rtld-elf/tests/target \
libexec/tests \
sbin/devd/tests \
sbin/dhclient/tests \
@@ -213,6 +215,7 @@ DIRDEPS= \
tests/sys/mqueue \
tests/sys/netinet \
tests/sys/opencrypto \
+ tests/sys/pjdfstest/pjdfstest \
tests/sys/pjdfstest/tests \
tests/sys/pjdfstest/tests/chflags \
tests/sys/pjdfstest/tests/chmod \
@@ -230,6 +233,7 @@ DIRDEPS= \
tests/sys/pjdfstest/tests/truncate \
tests/sys/pjdfstest/tests/unlink \
tests/sys/posixshm \
+ tests/sys/sys \
tests/sys/vfs \
tests/sys/vm \
usr.bin/apply/tests \
@@ -303,6 +307,7 @@ DIRDEPS= \
usr.bin/mkimg/tests \
usr.bin/ncal/tests \
usr.bin/printf/tests \
+ usr.bin/sdiff/tests \
usr.bin/sed/tests \
usr.bin/sed/tests/regress.multitest.out \
usr.bin/soelim/tests \
@@ -315,10 +320,12 @@ DIRDEPS= \
usr.bin/uudecode/tests \
usr.bin/uuencode/tests \
usr.bin/xargs/tests \
+ usr.bin/xinstall/tests \
usr.bin/xo/tests \
usr.bin/yacc/tests \
usr.sbin/chown/tests \
usr.sbin/etcupdate/tests \
+ usr.sbin/extattr/tests \
usr.sbin/fstyp/tests \
usr.sbin/makefs/tests \
usr.sbin/newsyslog/tests \
Modified: stable/11/targets/pseudo/userland/Makefile.depend
==============================================================================
--- stable/11/targets/pseudo/userland/Makefile.depend Tue Jan 3 22:49:56 2017 (r311182)
+++ stable/11/targets/pseudo/userland/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183)
@@ -702,6 +702,7 @@ DIRDEPS+= \
usr.sbin/pmcannotate \
usr.sbin/pmccontrol \
usr.sbin/pmcstat \
+ usr.sbin/pmcstudy \
usr.sbin/portsnap/make_index \
usr.sbin/portsnap/phttpget \
usr.sbin/portsnap/portsnap \
@@ -786,6 +787,7 @@ DIRDEPS+= \
usr.sbin/wpa/wpa_supplicant \
usr.sbin/yp_mkdb \
usr.sbin/ypbind \
+ usr.sbin/ypldap \
usr.sbin/yppoll \
usr.sbin/yppush \
usr.sbin/ypserv \
Modified: stable/11/targets/pseudo/userland/cddl/Makefile.depend
==============================================================================
--- stable/11/targets/pseudo/userland/cddl/Makefile.depend Tue Jan 3 22:49:56 2017 (r311182)
+++ stable/11/targets/pseudo/userland/cddl/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183)
@@ -21,6 +21,7 @@ DIRDEPS = \
cddl/usr.sbin/dtruss \
cddl/usr.sbin/lockstat \
cddl/usr.sbin/plockstat \
+ cddl/usr.sbin/zfsd \
DIRDEPS.ZFS = \
Modified: stable/11/targets/pseudo/userland/libexec/Makefile.depend
==============================================================================
--- stable/11/targets/pseudo/userland/libexec/Makefile.depend Tue Jan 3 22:49:56 2017 (r311182)
+++ stable/11/targets/pseudo/userland/libexec/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183)
@@ -45,4 +45,13 @@ DIRDEPS = \
DIRDEPS+= libexec/blacklistd-helper
.endif
+.if ${MK_DMAGENT} != "no"
+DIRDEPS+= libexec/dma/dma-mbox-create
+DIRDEPS+= libexec/dma/dmagent
+.endif
+
+.if ${MK_MAN_UTILS} != "no"
+DIRDEPS+= libexec/makewhatis.local
+.endif
+
.include <dirdeps.mk>
Copied: stable/11/tests/sys/pjdfstest/pjdfstest/Makefile.depend (from r305148, head/tests/sys/pjdfstest/pjdfstest/Makefile.depend)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/tests/sys/pjdfstest/pjdfstest/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183, copy of r305148, head/tests/sys/pjdfstest/pjdfstest/Makefile.depend)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libcompiler_rt \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
Copied: stable/11/tests/sys/sys/Makefile.depend (from r305148, head/tests/sys/sys/Makefile.depend)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/tests/sys/sys/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183, copy of r305148, head/tests/sys/sys/Makefile.depend)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/atf/libatf-c \
+ lib/libc \
+ lib/libcompiler_rt \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
Copied: stable/11/usr.bin/bsdcat/tests/Makefile.depend (from r305148, head/usr.bin/bsdcat/tests/Makefile.depend)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/usr.bin/bsdcat/tests/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183, copy of r305148, head/usr.bin/bsdcat/tests/Makefile.depend)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libarchive \
+ lib/libbz2 \
+ lib/libc \
+ lib/libcompiler_rt \
+ lib/libexpat \
+ lib/liblzma \
+ lib/libthr \
+ lib/libz \
+ secure/lib/libcrypto \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
Copied: stable/11/usr.bin/sdiff/tests/Makefile.depend (from r305148, head/usr.bin/sdiff/tests/Makefile.depend)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/usr.bin/sdiff/tests/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183, copy of r305148, head/usr.bin/sdiff/tests/Makefile.depend)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
Copied: stable/11/usr.bin/xinstall/tests/Makefile.depend (from r305148, head/usr.bin/xinstall/tests/Makefile.depend)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/usr.bin/xinstall/tests/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183, copy of r305148, head/usr.bin/xinstall/tests/Makefile.depend)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
Copied: stable/11/usr.sbin/extattr/tests/Makefile.depend (from r305148, head/usr.sbin/extattr/tests/Makefile.depend)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/usr.sbin/extattr/tests/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183, copy of r305148, head/usr.sbin/extattr/tests/Makefile.depend)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
Copied: stable/11/usr.sbin/pmcstudy/Makefile.depend (from r305148, head/usr.sbin/pmcstudy/Makefile.depend)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/usr.sbin/pmcstudy/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183, copy of r305148, head/usr.sbin/pmcstudy/Makefile.depend)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libcompiler_rt \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
Copied: stable/11/usr.sbin/ypldap/Makefile.depend (from r305148, head/usr.sbin/ypldap/Makefile.depend)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/usr.sbin/ypldap/Makefile.depend Tue Jan 3 22:51:40 2017 (r311183, copy of r305148, head/usr.sbin/ypldap/Makefile.depend)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ include/arpa \
+ include/rpc \
+ include/rpcsvc \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libcompiler_rt \
+ lib/libevent \
+ lib/libopenbsd \
+ lib/librpcsvc \
+ lib/libutil \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
More information about the svn-src-stable-11
mailing list