From owner-freebsd-stable Sat Sep 29 11:26:48 2001 Delivered-To: freebsd-stable@freebsd.org Received: from greg.cex.ca (h24-207-33-221.dlt.dccnet.com [24.207.33.221]) by hub.freebsd.org (Postfix) with SMTP id 2B9A637B409 for ; Sat, 29 Sep 2001 11:26:44 -0700 (PDT) Received: (qmail 37909 invoked by uid 1001); 29 Sep 2001 18:27:33 -0000 Mail-Followup-To: freebsd-stable@FreeBSD.ORG Date: Sat, 29 Sep 2001 11:27:33 -0700 From: Greg White To: FreeBSD Stable Subject: Re: Help with buildkernel Message-ID: <20010929112733.D30393@greg.cex.ca> References: <3BB6768C.BCD8A3C0@tpg.com.au> <3BB6883B.C9D9A3FB@tpg.com.au> <3BB60206.BB288F4F@bsdprophet.org> <3BB690D9.BAEFAEC3@tpg.com.au> <3BB607A5.C1FE5CE5@bsdprophet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BB607A5.C1FE5CE5@bsdprophet.org>; from Scott@bsdprophet.org on Sat, Sep 29, 2001 at 12:40:53PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 29, 2001 at 12:40:53PM -0500, Scott Corey wrote: > Alastair Hogge wrote: > > > > Scott Corey wrote: > > > > > > You got this message on building you kernel? > > Yes. > > > > > Did you run config? > > Yes. > > > > > ipfilter is NOT in the GENERIC kernel. > > Interesting. > > > > > How are you building the kernel? > > cd /usr/src/sys/i386/conf > > cp GENERIC FREEBIE > > ee FREEBIE # change ident from GENERIC ro FREEBIE > > config FREEBIE > > cd ../../compile/FREEBIE > > make depend > > cd /usr/src > > make buildkernel KERNCONF=FREEBIE Doesn't the buildkernel target presume that you've got a populated /usr/obj? Try: cd /usr/src/sys/i386/conf config FREEBIE cd ../../compile/FREEBIE make depend make make install That's how I've always done a kernel rebuild when it's independent of a buildworld... > > change KERNCONF=FREEBIE > to KERNEL=FREEBIE No! From /usr/src/UPDATING: 20010202: The KERNEL variable for buildkernel and installkernel has been deprecated in favor of KERNCONF. make kernel now combines these two steps. -- Greg White To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message