From owner-freebsd-questions Sat Nov 9 14:25:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB8B737B401 for ; Sat, 9 Nov 2002 14:25:15 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 306F643E3B for ; Sat, 9 Nov 2002 14:25:15 -0800 (PST) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id OAA16488; Sat, 9 Nov 2002 14:25:12 -0800 Message-ID: <3DCD8B47.5030605@owt.com> Date: Sat, 09 Nov 2002 14:25:11 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Neil Doody Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Will the following little script have the same effect as make buildworld and makeinstall world References: <032801c28821$41821e60$0200a8c0@b1> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message