Dag-Erling Smorgrav wrote:
> > By doing so, I also noticed that, the general procedule i
> > used to take:
> > cd /sys/i386/conf
> > config -r mykernel
> ^^
> No point.
-r removes objects generated by a previous kernel config, i guess.
> > cd ../../compile/mykernel
> > make depend all install
> ^^^^^^^^^^^^^^^^^^
> Wrong. It only accidentally works because you always use 'config -r'.
> The correct command is 'make depend && make && make install'. If you
> do 'make depend all', the dependency information generated by the
> 'depend' target is ignored by the 'all' target.
--
// Donny
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message