From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 17:11:30 2004 Return-Path: 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 CD71B16A4CE for ; Mon, 8 Nov 2004 17:11:30 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 257E343D1F for ; Mon, 8 Nov 2004 17:11:29 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iA8HBHqv025168; Mon, 8 Nov 2004 19:11:22 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iA8HB7Wo032358; Mon, 8 Nov 2004 19:11:07 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)iA8HB76H032357; Mon, 8 Nov 2004 19:11:07 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 8 Nov 2004 19:11:07 +0200 From: Giorgos Keramidas To: "Chad Leigh -- Shire.Net LLC" Message-ID: <20041108171107.GA32321@orion.daedalusnetworks.priv> References: <8EA27754-31A7-11D9-BFDF-003065A70D30@shire.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8EA27754-31A7-11D9-BFDF-003065A70D30@shire.net> cc: freebsd-questions@freebsd.org Subject: Re: make world DESTDIR=/foo does not work under 5.3-RELEASE on i386 or amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 17:11:30 -0000 On 2004-11-08 09:59, "Chad Leigh -- Shire.Net LLC" wrote: > make world DESTDIR=/foo > or > make buildworld DESTDIR=/foo > > does not work on either my i386 or amd64 systems after a cvsup to > 5.3-RELEASE and native build. If you leave off the DESTDIR and build > for the running machine, it works fine. And the DESTDIR worked fine > under beta7 (and possibly under RC1) I haven't tried "make world" in a long time, but I recently installed a clean snapshot of CURRENT using a slightly different approach: # cd /usr/src # make buildworld buildkernel # make DESTDIR=/mnt installkernel installworld HTH, Giorgos