From owner-freebsd-current@FreeBSD.ORG Fri Jun 11 23:19: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 30C871065678; Fri, 11 Jun 2010 23:19: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 E74D28FC15; Fri, 11 Jun 2010 23:19:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o5BNHkTV002501; Fri, 11 Jun 2010 17:17:46 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 11 Jun 2010 17:17:47 -0600 (MDT) Message-Id: <20100611.171747.1055929314561380331.imp@bsdimp.com> To: ed@80386.nl From: "M. Warner Losh" In-Reply-To: <20100611225844.GC1797@hoeg.nl> References: <4C129ECE.8040709@FreeBSD.org> <20100611.151802.59640143227153045.imp@bsdimp.com> <20100611225844.GC1797@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: andreast-list@fgznet.ch, freebsd-current@FreeBSD.org, dougb@FreeBSD.org 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 23:19:10 -0000 In message: <20100611225844.GC1797@hoeg.nl> Ed Schouten writes: : Hi Warner, : : * M. Warner Losh wrote: : > "This" is building the proper set of tools for the target. It is easy : > to do, and only a couple lines of Makefile foo in Makefile.inc1 : > instead of in bsd.own.mk. It is a fairly natural consequence of the : > tbemd stuff I have been working on and have started merging. : : Would you be interested in fixing it for us, then? Let me know if there : is anything on our side that needs to be done. Yes. I'd planned on fixing this once I'd had a chance to merge tbemd branch to head. Sorry if I hadn't made it clear that I was both complaining and offering to help... Warner