From owner-freebsd-current@FreeBSD.ORG Fri Jun 11 21:31:10 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EEF41065678 for ; Fri, 11 Jun 2010 21:31:10 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 0F6838FC13 for ; Fri, 11 Jun 2010 21:31:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o5BLJcw7001315; Fri, 11 Jun 2010 15:19:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 11 Jun 2010 15:19:39 -0600 (MDT) Message-Id: <20100611.151939.29593247944524396.imp@bsdimp.com> To: ed@80386.nl From: "M. Warner Losh" In-Reply-To: <20100611203544.GA1797@hoeg.nl> References: <20100611185237.GL56080@hoeg.nl> <20100611.132052.271446115462387749.imp@bsdimp.com> <20100611203544.GA1797@hoeg.nl> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, andreast-list@fgznet.ch Subject: Re: How to disable CLANG & co build in buildworld? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2010 21:31:10 -0000 In message: <20100611203544.GA1797@hoeg.nl> Ed Schouten writes: : It should be noted that tblgen is not the only tool that may get built : for nothing. Another example is aicasm, which is always built, even if : ahc is not placed in the kernel configuration file. That's another one I'd like to fix :) But it only takes seconds to build... Warner