From owner-freebsd-questions Wed Jan 17 23:15:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 2A2B937B400; Wed, 17 Jan 2001 23:15:34 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 031B13E02; Wed, 17 Jan 2001 23:15:34 -0800 (PST) Received: from unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 01D7A3C10A; Wed, 17 Jan 2001 23:15:34 -0800 (PST) To: dan@langille.org Cc: freebsd-doc@freebsd.org, freebsd-questions@freebsd.org Subject: Re: too much confusion over kernel building In-Reply-To: Message from "Dan Langille" of "Thu, 18 Jan 2001 18:34:31 +1300." <200101180534.SAA14079@ducky.nz.freebsd.org> Date: Wed, 17 Jan 2001 23:15:28 -0800 From: Dima Dorfman Message-Id: <20010118071534.031B13E02@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Over the past few weeks and months, I've seen far too many people > using "make buildkernel KERNEL=MYKERNEL" when they should have > used "config MYKERNEL". I'm not quite sure we should be advocating using the older, `config MYKERN` method. It doesn't really have any advantages over the newer one, and suggesting different ones for different purposes will only confuse the novices, IMO. Plus, `make buildkernel KERNEL=MYKERNEL` is quite a bit simpler than, config MYKERNEL && cd ../../compile/MYKERNEL && make depend && make So, my question is, why use the older one? I can understand why people still use it because they've been doing it that way for the last X years, but that's no reason to teach it to new people. Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message