svn commit: r305252 - projects/clang390-import/targets/pseudo/clang

Bryan Drewery bdrewery at FreeBSD.org
Thu Sep 1 22:58:54 UTC 2016


Author: bdrewery
Date: Thu Sep  1 22:58:53 2016
New Revision: 305252
URL: https://svnweb.freebsd.org/changeset/base/305252

Log:
  DIRDEPS_BUILD: Don't conditionally include src.opts.mk.
  
  This was preventing having MK_LLD a value set in 'make bootstrap-tools' since
  MK_LLDB was forced to no in that context.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  projects/clang390-import/targets/pseudo/clang/Makefile.depend

Modified: projects/clang390-import/targets/pseudo/clang/Makefile.depend
==============================================================================
--- projects/clang390-import/targets/pseudo/clang/Makefile.depend	Thu Sep  1 22:40:55 2016	(r305251)
+++ projects/clang390-import/targets/pseudo/clang/Makefile.depend	Thu Sep  1 22:58:53 2016	(r305252)
@@ -2,9 +2,7 @@
 
 # This file is not autogenerated - take care!
 
-.if !defined(MK_LLDB)
 .include <src.opts.mk>
-.endif
 
 DIRDEPS = \
 	lib/clang/include \


More information about the svn-src-projects mailing list