From owner-freebsd-hackers Fri Jan 19 15:34:56 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id C922937B401 for ; Fri, 19 Jan 2001 15:34:39 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id C79B73E02; Fri, 19 Jan 2001 15:34:38 -0800 (PST) Received: from unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id C0D633C10A; Fri, 19 Jan 2001 15:34:38 -0800 (PST) To: Greg Black Cc: dan@langille.org, Warner Losh , hackers@FreeBSD.ORG Subject: Re: Patch to fix "make buildkernel requires full obj directory" mistake In-Reply-To: Message from Greg Black of "Fri, 19 Jan 2001 17:55:58 +1000." Date: Fri, 19 Jan 2001 15:34:33 -0800 From: Dima Dorfman Message-Id: <20010119233438.C79B73E02@bazooka.unixfreak.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Like lots of people who use FreeBSD rather than tinker with it, > I have never done "make any-kind-of-world" and never expect to. > I create a kernel config with my stuff in it, and do config, > make, make install. I trust this is not going to be broken? This is not broken, and will not be broken. Lots of people will scream if it is, myself included (this was discussed when buildkernel was first introduced, and the consensus was that the "old way" should/will always work). This thread is about not teaching two ways (buildkernel and make && make install) to new users who, as you described yourself, have never done make any-kind-of-world, and only want to build a kernel for whatever reason (hardware not in GENERIC, memory footprint, etc.). In other, shorter, words: both ways will work, we just don't want to confuse new users with two ways to achieve the same task. Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message