Date: Sun, 31 Mar 2002 17:57:31 -0800 From: Marcel Moolenaar <marcel@xcllnt.net> To: cjclark@alum.mit.edu Cc: current@FreeBSD.ORG Subject: Re: Installing Cross Builds Message-ID: <20020401015731.GA43494@athlon.pn.xcllnt.net> In-Reply-To: <20020329131017.W97841@blossom.cjclark.org> References: <20020329131017.W97841@blossom.cjclark.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 29, 2002 at 01:10:17PM -0800, Crist J. Clark wrote: > After reviewing the world Makefiles, it sure looks like FreeBSD does > not support 'installworld' of a cross build? Running installworld on machine X, when you did a cross-build for machine X on machine Y is broken. All other cases should work, AFACT. The brokenness is directly caused by inconsistent setting of OBJTREE. This is indirectly caused make release, for make release expects the object tree to be under /usr/obj and not /usr/obj/${TARGET_ARCH}. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020401015731.GA43494>