svn commit: r318115 - in stable/11: sbin/zfsbootcfg targets/pseudo/clang targets/pseudo/userland targets/pseudo/userland/misc usr.bin/getaddrinfo
Bryan Drewery
bdrewery at FreeBSD.org
Tue May 9 20:43:59 UTC 2017
Author: bdrewery
Date: Tue May 9 20:43:57 2017
New Revision: 318115
URL: https://svnweb.freebsd.org/changeset/base/318115
Log:
DIRDEPS_BUILD: Connect new directories.
This is a direct commit since MFCing these changes is impractical.
Sponsored by: Dell EMC Isilon
Added:
stable/11/sbin/zfsbootcfg/Makefile.depend (contents, props changed)
stable/11/usr.bin/getaddrinfo/Makefile.depend (contents, props changed)
Modified:
stable/11/targets/pseudo/clang/Makefile.depend
stable/11/targets/pseudo/userland/Makefile.depend
stable/11/targets/pseudo/userland/misc/Makefile.depend
Added: stable/11/sbin/zfsbootcfg/Makefile.depend
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/sbin/zfsbootcfg/Makefile.depend Tue May 9 20:43:57 2017 (r318115)
@@ -0,0 +1,32 @@
+# $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/libcompiler_rt \
+ 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
Modified: stable/11/targets/pseudo/clang/Makefile.depend
==============================================================================
--- stable/11/targets/pseudo/clang/Makefile.depend Tue May 9 20:40:22 2017 (r318114)
+++ stable/11/targets/pseudo/clang/Makefile.depend Tue May 9 20:43:57 2017 (r318115)
@@ -27,19 +27,23 @@ DIRDEPS+= \
usr.bin/clang/llvm-bcanalyzer \
usr.bin/clang/llvm-cov \
usr.bin/clang/llvm-cxxdump \
+ usr.bin/clang/llvm-cxxfilt \
usr.bin/clang/llvm-diff \
usr.bin/clang/llvm-dis \
usr.bin/clang/llvm-dwarfdump \
usr.bin/clang/llvm-extract \
usr.bin/clang/llvm-link \
usr.bin/clang/llvm-lto \
+ usr.bin/clang/llvm-lto2 \
usr.bin/clang/llvm-mc \
+ usr.bin/clang/llvm-modextract \
usr.bin/clang/llvm-nm \
usr.bin/clang/llvm-objdump \
usr.bin/clang/llvm-pdbdump \
usr.bin/clang/llvm-profdata \
usr.bin/clang/llvm-rtdyld \
usr.bin/clang/llvm-symbolizer \
+ usr.bin/clang/llvm-xray \
usr.bin/clang/opt \
.endif
Modified: stable/11/targets/pseudo/userland/Makefile.depend
==============================================================================
--- stable/11/targets/pseudo/userland/Makefile.depend Tue May 9 20:40:22 2017 (r318114)
+++ stable/11/targets/pseudo/userland/Makefile.depend Tue May 9 20:43:57 2017 (r318115)
@@ -234,6 +234,7 @@ DIRDEPS+= \
usr.bin/ftp \
usr.bin/gcore \
usr.bin/gencat \
+ usr.bin/getaddrinfo \
usr.bin/getconf \
usr.bin/getent \
usr.bin/getopt \
@@ -833,6 +834,8 @@ DIRDEPS.amd64= \
usr.sbin/camdd \
usr.sbin/cpucontrol \
usr.sbin/hyperv/tools \
+ usr.sbin/hyperv/tools/kvp \
+ usr.sbin/hyperv/tools/vss \
usr.sbin/kgmon \
usr.sbin/lptcontrol \
usr.sbin/mptable \
@@ -859,6 +862,8 @@ DIRDEPS.i386= \
usr.sbin/btxld \
usr.sbin/cpucontrol \
usr.sbin/hyperv/tools \
+ usr.sbin/hyperv/tools/kvp \
+ usr.sbin/hyperv/tools/vss \
usr.sbin/kgmon \
usr.sbin/kgzip \
usr.sbin/lptcontrol \
Modified: stable/11/targets/pseudo/userland/misc/Makefile.depend
==============================================================================
--- stable/11/targets/pseudo/userland/misc/Makefile.depend Tue May 9 20:40:22 2017 (r318114)
+++ stable/11/targets/pseudo/userland/misc/Makefile.depend Tue May 9 20:43:57 2017 (r318115)
@@ -58,6 +58,9 @@ DIRDEPS.x86sys+= \
sys/boot/i386/zfsboot \
sys/boot/i386/zfsloader \
+DIRDEPS+= \
+ sbin/zfsbootcfg \
+
.endif
DIRDEPS.amd64= \
Added: stable/11/usr.bin/getaddrinfo/Makefile.depend
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/usr.bin/getaddrinfo/Makefile.depend Tue May 9 20:43:57 2017 (r318115)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libcompiler_rt \
+ lib/libnetbsd \
+ 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-all
mailing list