From owner-cvs-all Thu Oct 5 13:53:12 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 5F21437B66E; Thu, 5 Oct 2000 13:53:09 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id NAA00540; Thu, 5 Oct 2000 13:50:33 -0700 (PDT) (envelope-from obrien) Date: Thu, 5 Oct 2000 13:50:32 -0700 From: "David O'Brien" To: Marcel Moolenaar Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20001005135032.A283@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200010050651.XAA45849@freefall.freebsd.org> <20001005133229.A99995@dragon.nuxi.com> <39DCE709.BDCA04D4@cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39DCE709.BDCA04D4@cup.hp.com>; from marcel@cup.hp.com on Thu, Oct 05, 2000 at 04:39:37PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Oct 05, 2000 at 04:39:37PM -0400, Marcel Moolenaar wrote: > > > Also, any reason that you changed the name from kernel.GENERIC to > > > GENERIC? > > > > Because that is not the new naming scheme. It is > > /boot//kernel. ( is not necessarily the kernel > > config filename). > > But is by default, right? Nope. Otherwise your normal kernel would be installed as /boot/FOOBAR/kernel rather than /boot/kernel/kernel. One would use the KERNEL_KO?= kernel KERNEL?= kernel KODIR?= /boot/${KERNEL} KCOREDIR?= ${KODIR} directives to get what they desire. If the "I want my kernel as /kernel" people test out the diff I posted a few weeks ago, there will be even more knobs to turn. -- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message