Date: Tue, 1 Dec 2015 05:18:48 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291558 - in head: bin/pkill bin/ps gnu/usr.bin/gdb/kgdb libexec/rpc.rstatd sbin/ddb sbin/dmesg sbin/ipf/ipf sbin/ipf/ipfs sbin/ipf/ipfstat sbin/ipf/ipftest sbin/ipf/ipmon sbin/ipf/ipna... Message-ID: <201512010518.tB15ImWP008687@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Dec 1 05:18:48 2015 New Revision: 291558 URL: https://svnweb.freebsd.org/changeset/base/291558 Log: Update dependencies after r291406 added libelf to libkvm. Unfortunately filemon/meta mode tracks all indirect dependencies here since ld(1) is reading libelf when linking in libkvm. Churn would be reduced if this was able to be limited to direct dependencies. Sponsored by: EMC / Isilon Storage Division Modified: head/bin/pkill/Makefile.depend head/bin/ps/Makefile.depend head/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 head/libexec/rpc.rstatd/Makefile.depend head/sbin/ddb/Makefile.depend head/sbin/dmesg/Makefile.depend head/sbin/ipf/ipf/Makefile.depend head/sbin/ipf/ipfs/Makefile.depend head/sbin/ipf/ipfstat/Makefile.depend head/sbin/ipf/ipftest/Makefile.depend head/sbin/ipf/ipmon/Makefile.depend head/sbin/ipf/ipnat/Makefile.depend head/sbin/ipf/ippool/Makefile.depend head/sbin/ipf/ipresend/Makefile.depend head/usr.bin/bluetooth/btsockstat/Makefile.depend head/usr.bin/ipcrm/Makefile.depend head/usr.bin/ipcs/Makefile.depend head/usr.bin/ktrdump/Makefile.depend head/usr.bin/netstat/Makefile.depend head/usr.bin/nfsstat/Makefile.depend head/usr.bin/systat/Makefile.depend head/usr.bin/top/Makefile.depend head/usr.bin/vmstat/Makefile.depend head/usr.bin/w/Makefile.depend head/usr.sbin/asf/Makefile.depend head/usr.sbin/dconschat/Makefile.depend head/usr.sbin/gstat/Makefile.depend head/usr.sbin/iostat/Makefile.depend head/usr.sbin/jail/Makefile.depend head/usr.sbin/kgmon/Makefile.depend head/usr.sbin/pstat/Makefile.depend Modified: head/bin/pkill/Makefile.depend ============================================================================== --- head/bin/pkill/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/bin/pkill/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libjail \ lib/libkvm \ Modified: head/bin/ps/Makefile.depend ============================================================================== --- head/bin/ps/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/bin/ps/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libjail \ lib/libkvm \ lib/libutil \ Modified: head/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 ============================================================================== --- head/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 Tue Dec 1 05:12:13 2015 (r291557) +++ head/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 Tue Dec 1 05:18:48 2015 (r291558) @@ -15,6 +15,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/msun \ lib/ncurses/ncursesw \ Modified: head/libexec/rpc.rstatd/Makefile.depend ============================================================================== --- head/libexec/rpc.rstatd/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/libexec/rpc.rstatd/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -12,6 +12,7 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libdevstat \ + lib/libelf \ lib/libkvm \ lib/librpcsvc \ Modified: head/sbin/ddb/Makefile.depend ============================================================================== --- head/sbin/ddb/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ddb/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/sbin/dmesg/Makefile.depend ============================================================================== --- head/sbin/dmesg/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/dmesg/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/sbin/ipf/ipf/Makefile.depend ============================================================================== --- head/sbin/ipf/ipf/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipf/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/libpcap \ sbin/ipf/libipf \ Modified: head/sbin/ipf/ipfs/Makefile.depend ============================================================================== --- head/sbin/ipf/ipfs/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipfs/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ sbin/ipf/libipf \ Modified: head/sbin/ipf/ipfstat/Makefile.depend ============================================================================== --- head/sbin/ipf/ipfstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipfstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/ncurses/ncursesw \ sbin/ipf/libipf \ Modified: head/sbin/ipf/ipftest/Makefile.depend ============================================================================== --- head/sbin/ipf/ipftest/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipftest/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ sbin/ipf/libipf \ usr.bin/yacc.host \ Modified: head/sbin/ipf/ipmon/Makefile.depend ============================================================================== --- head/sbin/ipf/ipmon/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipmon/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ sbin/ipf/libipf \ usr.bin/yacc.host \ Modified: head/sbin/ipf/ipnat/Makefile.depend ============================================================================== --- head/sbin/ipf/ipnat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipnat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ sbin/ipf/libipf \ usr.bin/yacc.host \ Modified: head/sbin/ipf/ippool/Makefile.depend ============================================================================== --- head/sbin/ipf/ippool/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ippool/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ sbin/ipf/libipf \ usr.bin/yacc.host \ Modified: head/sbin/ipf/ipresend/Makefile.depend ============================================================================== --- head/sbin/ipf/ipresend/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipresend/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/msun \ sbin/ipf/libipf \ Modified: head/usr.bin/bluetooth/btsockstat/Makefile.depend ============================================================================== --- head/usr.bin/bluetooth/btsockstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/bluetooth/btsockstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/libbluetooth \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.bin/ipcrm/Makefile.depend ============================================================================== --- head/usr.bin/ipcrm/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/ipcrm/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.bin/ipcs/Makefile.depend ============================================================================== --- head/usr.bin/ipcs/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/ipcs/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.bin/ktrdump/Makefile.depend ============================================================================== --- head/usr.bin/ktrdump/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/ktrdump/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.bin/netstat/Makefile.depend ============================================================================== --- head/usr.bin/netstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/netstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/libmemstat \ lib/libnetgraph \ Modified: head/usr.bin/nfsstat/Makefile.depend ============================================================================== --- head/usr.bin/nfsstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/nfsstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.bin/systat/Makefile.depend ============================================================================== --- head/usr.bin/systat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/systat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -11,6 +11,7 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libdevstat \ + lib/libelf \ lib/libkvm \ lib/msun \ lib/ncurses/ncursesw \ Modified: head/usr.bin/top/Makefile.depend ============================================================================== --- head/usr.bin/top/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/top/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libjail \ lib/libkvm \ lib/msun \ Modified: head/usr.bin/vmstat/Makefile.depend ============================================================================== --- head/usr.bin/vmstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/vmstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,9 +10,11 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libdevstat \ + lib/libelf \ lib/libkvm \ lib/libmemstat \ lib/libutil \ + lib/libxo \ .include <dirdeps.mk> Modified: head/usr.bin/w/Makefile.depend ============================================================================== --- head/usr.bin/w/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/w/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/libsbuf \ lib/libutil \ Modified: head/usr.sbin/asf/Makefile.depend ============================================================================== --- head/usr.sbin/asf/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/asf/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.sbin/dconschat/Makefile.depend ============================================================================== --- head/usr.sbin/dconschat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/dconschat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.sbin/gstat/Makefile.depend ============================================================================== --- head/usr.sbin/gstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/gstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -11,6 +11,7 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libdevstat \ lib/libedit \ + lib/libelf \ lib/libexpat \ lib/libgeom \ lib/libkvm \ Modified: head/usr.sbin/iostat/Makefile.depend ============================================================================== --- head/usr.sbin/iostat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/iostat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libdevstat \ + lib/libelf \ lib/libkvm \ lib/msun \ Modified: head/usr.sbin/jail/Makefile.depend ============================================================================== --- head/usr.sbin/jail/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/jail/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libjail \ lib/libkvm \ lib/libutil \ Modified: head/usr.sbin/kgmon/Makefile.depend ============================================================================== --- head/usr.sbin/kgmon/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/kgmon/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.sbin/pstat/Makefile.depend ============================================================================== --- head/usr.sbin/pstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/pstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/libutil \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512010518.tB15ImWP008687>