svn commit: r295650 - in head: lib/libpe sbin/kldstat secure/lib/libssh sys/boot/efi/boot1 targets/pseudo/userland/lib usr.bin/elfcopy usr.bin/kdump usr.bin/truss usr.sbin/ctld
Bryan Drewery
bdrewery at FreeBSD.org
Tue Feb 16 02:14:32 UTC 2016
Author: bdrewery
Date: Tue Feb 16 02:14:30 2016
New Revision: 295650
URL: https://svnweb.freebsd.org/changeset/base/295650
Log:
DIRDEPS_BUILD: Update dependencies.
Sponsored by: EMC / Isilon Storage Division
Added:
head/lib/libpe/Makefile.depend
- copied, changed from r295649, head/sys/boot/efi/boot1/Makefile.depend
head/usr.bin/truss/Makefile.depend
- copied, changed from r295649, head/sbin/kldstat/Makefile.depend
Deleted:
head/usr.bin/truss/Makefile.depend.amd64
Modified:
head/sbin/kldstat/Makefile.depend
head/secure/lib/libssh/Makefile.depend
head/sys/boot/efi/boot1/Makefile.depend
head/targets/pseudo/userland/lib/Makefile.depend
head/usr.bin/elfcopy/Makefile.depend
head/usr.bin/kdump/Makefile.depend
head/usr.sbin/ctld/Makefile.depend
Copied and modified: head/lib/libpe/Makefile.depend (from r295649, head/sys/boot/efi/boot1/Makefile.depend)
==============================================================================
--- head/sys/boot/efi/boot1/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649, copy source)
+++ head/lib/libpe/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650)
@@ -3,6 +3,7 @@
DIRDEPS = \
include \
+ include/xlocale \
.include <dirdeps.mk>
Modified: head/sbin/kldstat/Makefile.depend
==============================================================================
--- head/sbin/kldstat/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649)
+++ head/sbin/kldstat/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650)
@@ -8,6 +8,7 @@ DIRDEPS = \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
+ lib/libutil \
.include <dirdeps.mk>
Modified: head/secure/lib/libssh/Makefile.depend
==============================================================================
--- head/secure/lib/libssh/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649)
+++ head/secure/lib/libssh/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650)
@@ -6,6 +6,7 @@ DIRDEPS = \
gnu/lib/libgcc \
include \
include/arpa \
+ include/gssapi \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
Modified: head/sys/boot/efi/boot1/Makefile.depend
==============================================================================
--- head/sys/boot/efi/boot1/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649)
+++ head/sys/boot/efi/boot1/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650)
@@ -3,6 +3,8 @@
DIRDEPS = \
include \
+ include/xlocale \
+ lib/libstand \
.include <dirdeps.mk>
Modified: head/targets/pseudo/userland/lib/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/lib/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649)
+++ head/targets/pseudo/userland/lib/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650)
@@ -46,6 +46,7 @@ DIRDEPS = \
lib/libdwarf \
lib/libedit/edit/readline \
lib/libelf \
+ lib/libelftc \
lib/libevent \
lib/libexecinfo \
lib/libexpat \
@@ -118,6 +119,7 @@ DIRDEPS = \
lib/libpam/modules/pam_tacplus \
lib/libpam/modules/pam_unix \
lib/libpcap \
+ lib/libpe \
lib/libpjdlog \
lib/libpmc \
lib/libproc \
Modified: head/usr.bin/elfcopy/Makefile.depend
==============================================================================
--- head/usr.bin/elfcopy/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649)
+++ head/usr.bin/elfcopy/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650)
@@ -15,6 +15,7 @@ DIRDEPS = \
lib/libelftc \
lib/libexpat \
lib/liblzma \
+ lib/libpe \
lib/libthr \
lib/libz \
secure/lib/libcrypto \
Modified: head/usr.bin/kdump/Makefile.depend
==============================================================================
--- head/usr.bin/kdump/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649)
+++ head/usr.bin/kdump/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650)
@@ -20,11 +20,7 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
kdump.o: kdump_subr.h
-kdump.o: linux32_syscalls.c
-kdump.o: linux_syscalls.c
kdump.po: kdump_subr.h
-kdump.po: linux32_syscalls.c
-kdump.po: linux_syscalls.c
kdump_subr.o: kdump_subr.c
kdump_subr.o: kdump_subr.h
kdump_subr.po: kdump_subr.c
Copied and modified: head/usr.bin/truss/Makefile.depend (from r295649, head/sbin/kldstat/Makefile.depend)
==============================================================================
--- head/sbin/kldstat/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649, copy source)
+++ head/usr.bin/truss/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650)
@@ -5,9 +5,12 @@ DIRDEPS = \
gnu/lib/csu \
gnu/lib/libgcc \
include \
+ include/arpa \
+ include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
+ lib/libsysdecode \
.include <dirdeps.mk>
Modified: head/usr.sbin/ctld/Makefile.depend
==============================================================================
--- head/usr.sbin/ctld/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649)
+++ head/usr.sbin/ctld/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650)
@@ -13,7 +13,9 @@ DIRDEPS = \
lib/libexpat \
lib/libmd \
lib/libsbuf \
+ lib/libucl \
lib/libutil \
+ lib/msun \
usr.bin/lex/lib \
usr.bin/yacc.host \
More information about the svn-src-all
mailing list