From owner-freebsd-hackers Tue Jan 23 1:12:52 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from ducky.nz.freebsd.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 15DC037B401 for ; Tue, 23 Jan 2001 01:12:31 -0800 (PST) Received: from xeon (xeon.unixathome.org [192.168.0.18]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with SMTP id WAA00300; Tue, 23 Jan 2001 22:12:23 +1300 (NZDT) Message-Id: <200101230912.WAA00300@ducky.nz.freebsd.org> To: Warner Losh Cc: FreeBSD Current Users From: Dan Langille Subject: Re: Patch to fix "make buildkernel requires full obj directory" mistake Date: Tue, 23 Jan 2001 09:12:24 GMT X-Mailer: Endymion MailMan Professional Edition v3.0.29 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks. I'll use that for starters. I still think that part of the handbook needs to be modified, along the lines of my original patch but excluding the different build patterns, just to stop the confusion. I won't be able to submit a PR for a few days. So if anyone wants to jump in, my old PR is can still be found. Look for submitter = my name. Otherwise, it'll be the weekend before I have time. > In message <200101220910.WAA24873@ducky.nz.freebsd.org> "Dan Langille" writes: > : http://www.freebsd.org/handbook/kernelconfig-building.html > > This change should do the trick if I'm reading things right. > > Warner > > Index: chapter.sgml > =================================================================== > RCS file: /home/imp/FreeBSD/CVS/doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v > retrieving revision 1.36 > diff -u -r1.36 chapter.sgml > --- chapter.sgml 2000/08/10 02:09:18 1.36 > +++ chapter.sgml 2001/01/22 23:20:48 > @@ -167,8 +167,8 @@ > following commands: > > &prompt.root; cd /usr/src > -&prompt.root; make buildkernel KERNEL=MYKERNEL > -&prompt.root; make installkernel KERNEL=MYKERNEL > +&prompt.root; make buildkernel KERNCONF=MYKERNEL > +&prompt.root; make installkernel KERNCONF=MYKERNEL > > If you have not upgraded your source > tree in any way (you have not run CVSup, > --------------------------------------------- This message was sent using Endymion MailMan. http://www.endymion.com/products/mailman/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message