From owner-freebsd-hackers Mon Jan 22 15:40:28 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id DA35B37B6A5 for ; Mon, 22 Jan 2001 15:40:09 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0MNdu913510; Mon, 22 Jan 2001 16:39:56 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101222339.f0MNdu913510@harmony.village.org> To: dan@langille.org Subject: Re: Patch to fix "make buildkernel requires full obj directory" mistake Cc: FreeBSD Current Users In-reply-to: Your message of "Mon, 22 Jan 2001 22:10:28 +1300." <200101220910.WAA24873@ducky.nz.freebsd.org> References: <200101220910.WAA24873@ducky.nz.freebsd.org> Your message of "Thu, 18 Jan 2001 10:13:15 +0200." <20010118101315.A10537@rapier.smartspace.co.za> Date: Mon, 22 Jan 2001 16:39:56 -0700 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message