Date: Mon, 8 Nov 2004 19:11:07 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: "Chad Leigh -- Shire.Net LLC" <chad@shire.net> Cc: freebsd-questions@freebsd.org Subject: Re: make world DESTDIR=/foo does not work under 5.3-RELEASE on i386 or amd64 Message-ID: <20041108171107.GA32321@orion.daedalusnetworks.priv> In-Reply-To: <8EA27754-31A7-11D9-BFDF-003065A70D30@shire.net> References: <8EA27754-31A7-11D9-BFDF-003065A70D30@shire.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-11-08 09:59, "Chad Leigh -- Shire.Net LLC" <chad@shire.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041108171107.GA32321>