From owner-freebsd-hackers Sun Oct 22 10:11:19 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 17E2437B683 for ; Sun, 22 Oct 2000 10:11:16 -0700 (PDT) Received: (from uucp@localhost) by ns.internet.dk (8.11.1/8.11.1) with UUCP id e9MHBDM09221; Sun, 22 Oct 2000 19:11:13 +0200 (CEST) (envelope-from leifn@neland.dk) Received: from gina (gina.neland.dk [192.168.0.14]) by arnold.neland.dk (8.11.0/8.11.0) with SMTP id e9MGv0Z01239; Sun, 22 Oct 2000 18:57:01 +0200 (CEST) (envelope-from leifn@neland.dk) Message-ID: <006801c03c49$264e03a0$0e00a8c0@neland.dk> Reply-To: "Leif Neland" From: "Leif Neland" To: , References: Subject: Re: can't build custom kernel Date: Sun, 22 Oct 2000 18:56:53 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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= > make installkernel KERNEL= > > 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