From owner-freebsd-current@FreeBSD.ORG Sat Nov 22 04:42:33 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C0C616A4CE for ; Sat, 22 Nov 2003 04:42:33 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFE0943F75 for ; Sat, 22 Nov 2003 04:42:31 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id XAA32561; Sat, 22 Nov 2003 23:42:12 +1100 Date: Sat, 22 Nov 2003 23:42:04 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Barney Wolff In-Reply-To: <20031122024417.GA93051@pit.databus.com> Message-ID: <20031122234043.V1054@gamplex.bde.org> References: <20031122024417.GA93051@pit.databus.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "'freebsd-current@freebsd.org'" Subject: Re: dumb question 'Bad system call' after make world X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 12:42:33 -0000 On Fri, 21 Nov 2003, Barney Wolff wrote: > Will somebody please tell me when "make world" is ever correct in the > environment of the last several years? I've been unable to understand > its continued existence as a target. >From my normal world-building script: DESTDIR=/c/z/root \ MAKEOBJDIRPREFIX=/c/z/obj \ time -l make -s world > /tmp/world.out 2>&1 Bruce