From owner-freebsd-current@freebsd.org Mon Aug 22 16:24:40 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5489EBC2A3D for ; Mon, 22 Aug 2016 16:24:40 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 437581A84 for ; Mon, 22 Aug 2016 16:24:40 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 42B09BC2A3C; Mon, 22 Aug 2016 16:24:40 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42507BC2A3B for ; Mon, 22 Aug 2016 16:24:40 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id 2DAD21A83; Mon, 22 Aug 2016 16:24:40 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from ford.home.vangyzen.net (unknown [76.164.15.242]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 8EC6856488; Mon, 22 Aug 2016 11:24:39 -0500 (CDT) Subject: Re: make universe and /etc/src.conf To: Bryan Drewery References: <20160822152709.GY765@FreeBSD.org> <4005101b-0f6d-0212-1309-006a094e4b20@FreeBSD.org> Cc: current@FreeBSD.org From: Eric van Gyzen Message-ID: Date: Mon, 22 Aug 2016 11:24:38 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <4005101b-0f6d-0212-1309-006a094e4b20@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 22 Aug 2016 16:24:40 -0000 On 08/22/2016 10:47, Bryan Drewery wrote: > On 8/22/2016 8:27 AM, Glen Barber wrote: >> On Mon, Aug 22, 2016 at 10:24:25AM -0500, Eric van Gyzen wrote: >>> I just tried a "make universe", and all the kernels failed because they couldn't >>> find the config files. I had forgotten that I have this in /etc/src.conf: >>> >>> KERNCONF=NUMA >>> KERNCONFDIR=/etc >>> >>> Since "make universe" is primarily used for build-testing changes in src, >>> shouldn't it ignore /etc/src.conf (and possibly /etc/src-env.conf), like the >>> following? Or is "make universe" used for other purposes for which it really >>> should read /etc/src*.conf? > > I disagree. Universe has read src.conf for a long time, and not > make.conf which is more system-specific. Perhaps you should move your > KERNCONF* to make.conf. I'm okay with that. Thanks for the help. Eric