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 ?



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

Reply via email to