From owner-svn-src-projects@freebsd.org Thu Sep 1 21:03:29 2016 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2011EBCCCB0 for ; Thu, 1 Sep 2016 21:03:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4281A3E; Thu, 1 Sep 2016 21:03:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81L3SZl059284; Thu, 1 Sep 2016 21:03:28 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81L3SRR059282; Thu, 1 Sep 2016 21:03:28 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201609012103.u81L3SRR059282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 1 Sep 2016 21:03:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r305243 - in projects/clang390-import: targets/pseudo/clang usr.bin/clang/lld X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 21:03:29 -0000 Author: bdrewery Date: Thu Sep 1 21:03:27 2016 New Revision: 305243 URL: https://svnweb.freebsd.org/changeset/base/305243 Log: DIRDEPS_BUILD: Connect lld. Sponsored by: EMC / Isilon Storage Division Added: projects/clang390-import/usr.bin/clang/lld/Makefile.depend (contents, props changed) 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 21:02:02 2016 (r305242) +++ projects/clang390-import/targets/pseudo/clang/Makefile.depend Thu Sep 1 21:03:27 2016 (r305243) @@ -46,4 +46,8 @@ DIRDEPS+= \ .endif +.if ${MK_LLD} == "yes" +DIRDEPS+= usr.bin/clang/lld +.endif + .include Added: projects/clang390-import/usr.bin/clang/lld/Makefile.depend ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/clang390-import/usr.bin/clang/lld/Makefile.depend Thu Sep 1 21:03:27 2016 (r305243) @@ -0,0 +1,26 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/clang/libllvm \ + lib/libc \ + lib/libc++ \ + lib/libcompiler_rt \ + lib/libcxxrt \ + lib/libthr \ + lib/libz \ + lib/msun \ + lib/ncurses/ncursesw \ + usr.bin/clang/llvm-tblgen.host \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif