From owner-freebsd-current@freebsd.org Mon Aug 22 16:25:03 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 5ED7DBC2A83 for ; Mon, 22 Aug 2016 16:25:03 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4E2241C04 for ; Mon, 22 Aug 2016 16:25:03 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4D42EBC2A82; Mon, 22 Aug 2016 16:25:03 +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 4CE19BC2A81 for ; Mon, 22 Aug 2016 16:25:03 +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 38BC41C03 for ; Mon, 22 Aug 2016 16:25:03 +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 E092E56488; Mon, 22 Aug 2016 11:25:02 -0500 (CDT) Subject: Re: make universe and /etc/src.conf To: Ngie Cooper References: Cc: current@FreeBSD.org From: Eric van Gyzen Message-ID: <6285c444-5859-7143-957e-5a1cb38cf24a@FreeBSD.org> Date: Mon, 22 Aug 2016 11:25:02 -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: 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:25:03 -0000 On 08/22/2016 11:00, Ngie Cooper wrote: > >> On Aug 22, 2016, at 08:24, 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 > > Alternatively, use KERNCONF?= and KERNCONFDIR?=.. > > A conditional will be needed to deal with MODULES_OVERRIDE, but it's > trivial.. I'll dig up my old src.conf a bit later on today if needed. It's > how I dealt with that caveat before I switched to GENERIC*. Thanks for the suggestion. Moving these to /etc/make.conf seems easiest, so I'll just do that. Eric