From owner-freebsd-current@FreeBSD.ORG Thu Aug 22 19:12:10 2013 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8B20AC83; Thu, 22 Aug 2013 19:12:10 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from csmtp11.one.com (csmtp11.one.com [195.47.247.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A6BB26F2; Thu, 22 Aug 2013 19:12:10 +0000 (UTC) Received: from [192.168.1.69] (unknown [176.222.238.90]) by csmtp11.one.com (Postfix) with ESMTPA id ED57EC03B6AC4; Thu, 22 Aug 2013 19:04:26 +0000 (UTC) Received: from [192.168.1.69] ([UNAVAILABLE]. [176.222.238.90]) (using TLSv1 with cipher AES128-SHA) by 0.0.0.0:587 (trex/4.8.87); Thu, 22 Aug 2013 18:57:12 GMT Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: why does buildkernel set COMPILER_TYPE? From: Erik Cederstrand In-Reply-To: <20130822162353.GF94127@funkthat.com> Date: Thu, 22 Aug 2013 21:04:23 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20130822040418.GE94127@funkthat.com> <49A46D2E-D736-4D57-BB54-5B68C1FE2466@FreeBSD.org> <20130822162353.GF94127@funkthat.com> To: John-Mark Gurney X-Mailer: Apple Mail (2.1508) X-Mailman-Approved-At: Thu, 22 Aug 2013 21:49:43 +0000 Cc: Brooks Davis , Dimitry Andric , current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 22 Aug 2013 19:12:10 -0000 Den 22/08/2013 kl. 18.23 skrev John-Mark Gurney : >> I don't think we should support building different parts of the tree >> with incompatible settings. E.g. compiling part of the tree using >> WITH_FOO, and some other part using WITHOUT_FOO is *not* supposed to >> work properly. >=20 > Do we have a file that is source in /usr/src (or where your source = tree > is located) that we can put these options in? make buildworld SRCCONF=3D/foo/bar/custom.conf But if you doing all sorts of weird build configurations regularly, you = might want to just build within a jail that you can wipe afterwards, so = you don't pollute the host machine by accident. Erik