Date: Mon, 7 Oct 2002 15:23:58 +0400 From: "Sergey A. Osokin" <osa@freebsd.org.ru> To: Spider <spider@ffm.lublin.pl> Cc: freebsd-stable@freebsd.org Subject: Re: Problem build kernel Message-ID: <20021007112358.GA35777@freebsd.org.ru> In-Reply-To: <00a901c26dea$c04c0ea0$c271b6d4@stanowisko1> References: <00a901c26dea$c04c0ea0$c271b6d4@stanowisko1>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 07, 2002 at 12:17:33PM +0200, Spider wrote: > Freebsd 4.6.2- RELEASE > Make Buildworld > Bulid kerner 4.7 Rc > ===> accf_data > "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 63: Could not find > bsd.init.mk > "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 190: Could not > find bsd.links.mk > make: fatal errors encountered -- cannot continue > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 Looks like you use old method, try a new way. From http://www.freebsd.org/doc/handbook/kernelconfig-building.html Procedure 2. Building a kernel the ``new'' way 1. Change to the /usr/src directory. # cd /usr/src 2. Compile the kernel. # make buildkernel KERNCONF=MYKERNEL 3. Install the new kernel. # make installkernel KERNCONF=MYKERNEL -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021007112358.GA35777>