Donny Lee <[EMAIL PROTECTED]> writes:
>   By doing so, I also noticed that, the general procedule i 
>   used to take:
> 
>      cd /sys/i386/conf
>      config -r mykernel
              ^^
No point.

>      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.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to