Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2001 11:27:33 -0700
From:      Greg White <gregw-freebsd-stable@greg.cex.ca>
To:        FreeBSD Stable <freebsd-stable@FreeBSD.ORG>
Subject:   Re: Help with buildkernel
Message-ID:  <20010929112733.D30393@greg.cex.ca>
In-Reply-To: <3BB607A5.C1FE5CE5@bsdprophet.org>; from Scott@bsdprophet.org on Sat, Sep 29, 2001 at 12:40:53PM -0500
References:  <3BB6768C.BCD8A3C0@tpg.com.au> <3BB6883B.C9D9A3FB@tpg.com.au> <3BB60206.BB288F4F@bsdprophet.org> <3BB690D9.BAEFAEC3@tpg.com.au> <3BB607A5.C1FE5CE5@bsdprophet.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010929112733.D30393>