Date: Mon, 22 Jan 2001 16:39:56 -0700 From: Warner Losh <imp@harmony.village.org> To: dan@langille.org Cc: FreeBSD Current Users <hackers@FreeBSD.ORG> Subject: Re: Patch to fix "make buildkernel requires full obj directory" mistake Message-ID: <200101222339.f0MNdu913510@harmony.village.org> In-Reply-To: Your message of "Mon, 22 Jan 2001 22:10:28 %2B1300." <200101220910.WAA24873@ducky.nz.freebsd.org> References: <200101220910.WAA24873@ducky.nz.freebsd.org> Your message of "Thu, 18 Jan 2001 10:13:15 %2B0200." <20010118101315.A10537@rapier.smartspace.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
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:</para> <screen>&prompt.root; <userinput>cd /usr/src</userinput> -&prompt.root; <userinput>make buildkernel KERNEL=MYKERNEL</userinput> -&prompt.root; <userinput>make installkernel KERNEL=MYKERNEL</userinput></screen> +&prompt.root; <userinput>make buildkernel KERNCONF=MYKERNEL</userinput> +&prompt.root; <userinput>make installkernel KERNCONF=MYKERNEL</userinput></screen> <para>If you have <emphasis>not</emphasis> upgraded your source tree in any way (you have not run <application>CVSup</application>, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101222339.f0MNdu913510>