David O'Brien wrote:
> > > Looks like a stale dependency file to me. Try 'make cleandir' twice,
> > > followed by the usual 'make depend && make && make install'.
> > Yes, but got no luck, stops at the same place. :)
> cd /sys/compile/<YOURKERNELFILE>
> rm -rf modules
> make depend
> make
thanks, it works this way.
By doing so, I also noticed that, the general procedule i
used to take:
cd /sys/i386/conf
config -r mykernel
cd ../../compile/mykernel
make depend all install
the -r option in config kernel is no longer exist?
--
// Donny
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message