Date: Wed, 24 Feb 2016 17:18:35 +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: r295978 - in head: lib/libcxxrt usr.bin/mkcsmapper_static usr.bin/mkesdb_static usr.bin/mkuzip Message-ID: <201602241718.u1OHIZSq089153@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Wed Feb 24 17:18:35 2016 New Revision: 295978 URL: https://svnweb.freebsd.org/changeset/base/295978 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division Added: head/usr.bin/mkesdb_static/Makefile.depend - copied, changed from r295977, head/usr.bin/mkcsmapper_static/Makefile.depend Modified: head/lib/libcxxrt/Makefile.depend.host head/usr.bin/mkcsmapper_static/Makefile.depend head/usr.bin/mkuzip/Makefile.depend Modified: head/lib/libcxxrt/Makefile.depend.host ============================================================================== --- head/lib/libcxxrt/Makefile.depend.host Wed Feb 24 17:18:31 2016 (r295977) +++ head/lib/libcxxrt/Makefile.depend.host Wed Feb 24 17:18:35 2016 (r295978) @@ -2,7 +2,6 @@ # Autogenerated - do NOT edit! DIRDEPS = \ - usr.bin/clang/clang \ .include <dirdeps.mk> Modified: head/usr.bin/mkcsmapper_static/Makefile.depend ============================================================================== --- head/usr.bin/mkcsmapper_static/Makefile.depend Wed Feb 24 17:18:31 2016 (r295977) +++ head/usr.bin/mkcsmapper_static/Makefile.depend Wed Feb 24 17:18:35 2016 (r295978) @@ -2,12 +2,15 @@ # Autogenerated - do NOT edit! DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ include \ include/arpa \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + usr.bin/yacc.host \ .include <dirdeps.mk> Copied and modified: head/usr.bin/mkesdb_static/Makefile.depend (from r295977, head/usr.bin/mkcsmapper_static/Makefile.depend) ============================================================================== --- head/usr.bin/mkcsmapper_static/Makefile.depend Wed Feb 24 17:18:31 2016 (r295977, copy source) +++ head/usr.bin/mkesdb_static/Makefile.depend Wed Feb 24 17:18:35 2016 (r295978) @@ -2,12 +2,15 @@ # Autogenerated - do NOT edit! DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ include \ include/arpa \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + usr.bin/yacc.host \ .include <dirdeps.mk> Modified: head/usr.bin/mkuzip/Makefile.depend ============================================================================== --- head/usr.bin/mkuzip/Makefile.depend Wed Feb 24 17:18:31 2016 (r295977) +++ head/usr.bin/mkuzip/Makefile.depend Wed Feb 24 17:18:35 2016 (r295978) @@ -9,6 +9,9 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/liblzma \ + lib/libmd \ + lib/libthr \ lib/libz \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602241718.u1OHIZSq089153>