Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2001 12:22:46 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        "David O'Brien" <obrien@FreeBSD.ORG>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: kldxref broken, maybe?
Message-ID:  <20010920122246.A984@troutmask.apl.washington.edu>
In-Reply-To: <20010920120531.A52175@hub.freebsd.org>; from obrien@FreeBSD.ORG on Thu, Sep 20, 2001 at 12:05:31PM -0700
References:  <20010919182139.A38723@troutmask.apl.washington.edu> <20010920120531.A52175@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 20, 2001 at 12:05:31PM -0700, David O'Brien wrote:
> On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote:
> > root[265] make installkernel
> > cd /usr/obj/usr/src/sys/C456086-A;  MAKEOBJDIRPREFIX=/usr/obj
> ...
> 
> What steps lead up to this?
> ``make buildworld && make kernel && make kernelinstall''

cvsup supfile                    # Grab sources as on yesterday afternoon
cd /usr/src
make -j 2 buildworld
setenv KERNCONF `hostname -s`    # Yes, I know there are other ways.
make buildkernel
make installkernel
^C                               # To see, what the error message says.

I've found the location of where kldxref is invoked in
kmod.mk, but I haven't determined what ${PATH} should
be followed to actually find kldxref.

-- 
Steve

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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