Neil Doody wrote:
I intend to run this on each dir in /usr/src/*

for i in /usr/src/usr.bin/*;do cd $i;make;done

then

for i in /usr/src/usr.bin/*;do cd $i;make install;done


Will that do the same as doing a build world and installworld ?

Look at the makefiles in /usr/src. You aren't coming close to what they do.

Why change what works. You aren't supposed to build your world and install it before you check your new kernel. Why dig a deep hole and then jump in it.

Kent

--
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


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

Reply via email to