From owner-freebsd-doc@FreeBSD.ORG Thu Jan 24 19:55:12 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 14337F86 for ; Thu, 24 Jan 2013 19:55:12 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id CA5F017D for ; Thu, 24 Jan 2013 19:55:11 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0OJtBwS084821; Thu, 24 Jan 2013 12:55:11 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0OJtAtX084818; Thu, 24 Jan 2013 12:55:11 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 24 Jan 2013 12:55:10 -0700 (MST) From: Warren Block To: "Simon L. B. Nielsen" Subject: Re: freebsd-update and ports In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 24 Jan 2013 12:55:11 -0700 (MST) Cc: freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 19:55:12 -0000 On Wed, 23 Jan 2013, Warren Block wrote: > On Tue, 22 Jan 2013, Simon L. B. Nielsen wrote: > >> For the 'make kernel' to force not using /etc/make.conf: >> >> make kernel __MAKE_CONF=/dev/null >> >> I think that's what the variable is called - I don't have a FreeBSD >> handy to check. > > % make -V__MAKE_CONF > /etc/make.conf > > Added. It does make the next sentence a bit redundant. > > It is also suggested that the kernel is built without any other > special options, preferably with an empty /etc/make.conf. > > Offhand, I can't think of other special options to be given as alternate > examples. Finally thought of src.conf, but "special options" makes me think of command-line options or flags.