From owner-freebsd-questions Sat Nov 9 10:52:38 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 00C4537B401 for ; Sat, 9 Nov 2002 10:52:38 -0800 (PST) Received: from server0027.freedom2surf.net (server0027.freedom2surf.net [194.106.33.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A3143E42 for ; Sat, 9 Nov 2002 10:52:36 -0800 (PST) (envelope-from neil.doody@interserveis.co.uk) Received: from b1 ([195.137.35.72]) by server0027.freedom2surf.net (8.12.6/8.12.6/Debian-5) with ESMTP id gA9IqWG4016501 for ; Sat, 9 Nov 2002 18:52:40 GMT From: "Neil Doody" To: Subject: Will the following little script have the same effect as make buildworld and makeinstall world Date: Sat, 9 Nov 2002 18:53:17 -0000 Message-ID: <032901c28821$49d8d2c0$0200a8c0@b1> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal 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 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