Date: Tue, 23 Jan 2001 09:12:24 GMT From: Dan Langille <dan@langille.org> To: Warner Losh <imp@harmony.village.org> Cc: FreeBSD Current Users <hackers@FreeBSD.ORG> Subject: Re: Patch to fix "make buildkernel requires full obj directory" mistake Message-ID: <200101230912.WAA00300@ducky.nz.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:</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>, > --------------------------------------------- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101230912.WAA00300>