From owner-freebsd-current@FreeBSD.ORG Sat Apr 17 17:07:03 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A93D106567A; Sat, 17 Apr 2010 17:07:03 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 3F7838FC1A; Sat, 17 Apr 2010 17:07:03 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:49b3:a96a:6c92:afe4] (unknown [IPv6:2001:7b8:3a7:0:49b3:a96a:6c92:afe4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 9A8F35C59; Sat, 17 Apr 2010 19:07:02 +0200 (CEST) Message-ID: <4BC9EAB9.6080302@andric.com> Date: Sat, 17 Apr 2010 19:07:05 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.4pre) Gecko/20100410 Lanikai/3.1b2pre MIME-Version: 1.0 To: Roman Divacky References: <20100416160818.GA69460@freebsd.org> <20100417095845.GA95627@freebsd.org> In-Reply-To: <20100417095845.GA95627@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: [CFT]: ClangBSD is selfhosting, we need testers now 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: Sat, 17 Apr 2010 17:07:03 -0000 On 2010-04-17 11:58, Roman Divacky wrote: >> svn co http://svn.freebsd.org/base/projects/clangbsd/ clangbsd >> >> cd clangbsd&& make buildworld >> >> echo NO_WERROR=>> /etc/make.conf >> echo WERROR=>> /etc/make.conf > > you have to do those echos before the buildworld of course... sorry, my mistake Btw, http://wiki.freebsd.org/BuildingFreeBSDWithClang says to put these in src.conf, it does not mention make.conf. This is most likely the correct location, right?