From owner-freebsd-current@freebsd.org Wed Oct 21 12:49:19 2015 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 B3303A1B39A for ; Wed, 21 Oct 2015 12:49:19 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7895A1BFF for ; Wed, 21 Oct 2015 12:49:19 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from john by potato.growveg.org with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1ZospQ-000BnK-Ig for freebsd-current@freebsd.org; Wed, 21 Oct 2015 13:49:16 +0100 Date: Wed, 21 Oct 2015 13:49:16 +0100 From: John To: freebsd-current@freebsd.org Subject: Re: is building kernel in /sys/amd64/conf depreciated in 11 ? Message-ID: <20151021124916.GA8638@potato.growveg.org> Reply-To: freebsd-lists@freebsd.org Mail-Followup-To: freebsd-current@freebsd.org References: <20151020164013.GA43495@potato.growveg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: john X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 21 Oct 2015 12:49:19 -0000 On Tue, Oct 20, 2015 at 11:55:04PM -0400, Benjamin Kaduk wrote: >Why is your kernel build pulling in bsd.port.mk? Please post src.conf and >make.conf. [make.conf] MALLOC_PRODUCTION=yes WITH_CCACHE_BUILD=yes MAKE_JOBS_NUMBER=16 [src.conf] PORTS_MODULES=x11/nvidia-driver >This is not exactly an answer to your question, but buildkernel has been >the preferred way to build a kernel for at least four major releases. The >manual-config method has limped along because enough of the old-guard of >committers has it in finger memory, but manual-config has been excised >from the handbook for quite some time. It answers my question ;) Though never a commiter, I have been using FreeBSD as a server OS since 2.0.5 and as a desktop since 2.1.7 so your comment about old-guard applies to me for sure ;) I'll recompile the newer way in future. Thanks for the info. -- John