From owner-svn-src-head@FreeBSD.ORG Tue Dec 11 20:08:58 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 205D368A; Tue, 11 Dec 2012 20:08:58 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 067878FC14; Tue, 11 Dec 2012 20:08:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBK8vbf079522; Tue, 11 Dec 2012 20:08:57 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBK8vpD079521; Tue, 11 Dec 2012 20:08:57 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201212112008.qBBK8vpD079521@svn.freebsd.org> From: Dimitry Andric Date: Tue, 11 Dec 2012 20:08:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r244124 - head/lib/clang X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 20:08:58 -0000 Author: dim Date: Tue Dec 11 20:08:57 2012 New Revision: 244124 URL: http://svnweb.freebsd.org/changeset/base/244124 Log: Cleanup a few duplicate llvm libs that snuck in with the recent update. Noticed by: rdivacky Modified: head/lib/clang/Makefile Modified: head/lib/clang/Makefile ============================================================================== --- head/lib/clang/Makefile Tue Dec 11 19:54:35 2012 (r244123) +++ head/lib/clang/Makefile Tue Dec 11 20:08:57 2012 (r244124) @@ -71,15 +71,12 @@ SUBDIR= libclanganalysis \ libllvmx86utils .if ${MK_CLANG_EXTRAS} != "no" -SUBDIR+=libllvmarchive \ - libllvmdebuginfo \ +SUBDIR+=libllvmdebuginfo \ libllvmexecutionengine \ libllvminterpreter \ libllvmjit \ - libllvmlinker \ libllvmmcdisassembler \ libllvmmcjit \ - libllvmobject \ libllvmruntimedyld .endif .endif