Date: Sun, 22 Oct 2000 18:56:53 +0200 From: "Leif Neland" <leifn@neland.dk> To: <behanna@zbzoom.net>, <freebsd-hackers@FreeBSD.ORG> Subject: Re: can't build custom kernel Message-ID: <006801c03c49$264e03a0$0e00a8c0@neland.dk> References: <Pine.BSF.4.21.0010211722280.7554-100000@topperwein.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> First thing: read /usr/src/UPDATING. The proper procedure to > build a kernel is in there. To save you some time: > > cd /usr/src > make buildkernel KERNEL=<your kernel name> > make installkernel KERNEL=<your kernel name> > > If the build still fails, then yes, you have a legitimate problem. > At least when the normal (faster) config MYKERNEL;; cd ../../compile/MYKERNEL;make depend && make && make install fails. I also couldn't build a kernel the normal way, but the buildkernel cleaned something, so my preferred method worked again. Leif 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?006801c03c49$264e03a0$0e00a8c0>