svn commit: r297442 - head/targets/pseudo/hosttools

Bryan Drewery bdrewery at FreeBSD.org
Thu Mar 31 03:04:27 UTC 2016


Author: bdrewery
Date: Thu Mar 31 03:04:26 2016
New Revision: 297442
URL: https://svnweb.freebsd.org/changeset/base/297442

Log:
  hosttools: Trim unneeded directories.
  
  These should only be build tools that are in various Makefile.depend
  as host dependencies.  Anything toolchain related is handled by
  toolchain and bootstrap-tools currently.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/targets/pseudo/hosttools/Makefile.depend.host

Modified: head/targets/pseudo/hosttools/Makefile.depend.host
==============================================================================
--- head/targets/pseudo/hosttools/Makefile.depend.host	Thu Mar 31 02:01:11 2016	(r297441)
+++ head/targets/pseudo/hosttools/Makefile.depend.host	Thu Mar 31 03:04:26 2016	(r297442)
@@ -9,21 +9,14 @@
 # These are all .host dependencies
 
 DIRDEPS = \
-	lib/clang/include \
-	lib/libc++ \
-	lib/libcxxrt \
-	share/doc/llvm/clang \
 	usr.bin/clang/clang-tblgen \
-	usr.bin/clang/clang \
 	usr.bin/clang/llvm-tblgen \
-	usr.bin/lex/lib \
 	usr.bin/localedef \
 	usr.bin/mkcsmapper_static \
 	usr.bin/mkesdb_static \
-	usr.bin/mkuzip \
-	usr.bin/yacc \
 	usr.bin/xinstall \
 	usr.bin/xlint/xlint \
+	usr.bin/yacc \
 	usr.sbin/config \
 
 .if ${MK_KERBEROS} != "no"


More information about the svn-src-all mailing list