Date: Tue, 28 Jan 2003 22:31:07 -0800 (PST) From: Bsd Neophyte <bsdneophyte@yahoo.com> To: Ian Barnes <ian@cerebellum.za.net> Cc: questions@freebsd.org Subject: Re: errors in 'make buildworld' Message-ID: <20030129063107.23532.qmail@web20103.mail.yahoo.com> In-Reply-To: <000b01c2c75b$5819c370$0100a8c0@aserver>
next in thread | previous in thread | raw e-mail | index | archive | help
--- Ian Barnes <ian@cerebellum.za.net> wrote: > If you rebuilding your kernel, why are you typing make buildworld? for a > kernel recompile you should type: make depend, make, and make install > (and > make clean), but not make buildworld. much earlier, i was having some questions about building a new kernel, considering the documentation about the kernel rebuilding processes is not very good. (Sections 9 and 21 should be combined instead of isolated, imho.) the steps that were agreed upon were the following: 0 # (be root) 1 # cd /usr/src 2 # make buildworld 3 # make buildkernel KERNCONF=<the-file-with-your-kernel-config> 4 # make installkernel KERNCONF=<the-file-with-your-kernel-config> 5 # shutdown -r now 6 # make installworld 7 # mergemaster -i these are what i am following now. i see you are recommending i use the "traditional way." do you think it will aleviate my problems? -Sameer __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030129063107.23532.qmail>