Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2002 18:53:17 -0000
From:      "Neil Doody" <neil.doody@interserveis.co.uk>
To:        <freebsd-questions@freebsd.org>
Subject:   Will the following little script have the same effect as make buildworld and makeinstall world
Message-ID:  <032901c28821$49d8d2c0$0200a8c0@b1>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?032901c28821$49d8d2c0$0200a8c0>