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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to