From owner-freebsd-current@FreeBSD.ORG Fri Jun 11 14:35:09 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 C2E8B106564A for ; Fri, 11 Jun 2010 14:35:09 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 77D748FC1F for ; Fri, 11 Jun 2010 14:35:08 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1ON5K7-0007Zz-Lc for freebsd-current@freebsd.org; Fri, 11 Jun 2010 16:35:07 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Jun 2010 16:35:07 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Jun 2010 16:35:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org connect(): No such file or directory From: Ivan Voras Date: Fri, 11 Jun 2010 16:34:59 +0200 Lines: 12 Message-ID: References: <20100609213106.GA99939@freebsd.org> <4C101B35.8040506@dataix.net> <20100611135848.GA10066@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100518 Thunderbird/3.0.4 In-Reply-To: <20100611135848.GA10066@freebsd.org> X-Enigmail-Version: 1.0.1 Subject: Re: Import of clang/LLVM about to start 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 14:35:09 -0000 On 06/11/10 15:58, Roman Divacky wrote: > On Fri, Jun 11, 2010 at 04:00:26PM +0200, Alexander Best wrote: >> thanks a lot for the hints. doing buildkernel and buildworld with >> current src worked fine. how should i proceed if i want to try >> building kernel and world with clang? >> >> put CC, CXX and CPP in src.conf? or make.conf? or use envars? > > any of these will work :) But to clarify if I get it correctly, using src.conf will only affect world+kernel, make.conf (and env vars) will also affect ports?