From owner-freebsd-stable@FreeBSD.ORG Thu Feb 28 17:48:22 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A94771E9 for ; Thu, 28 Feb 2013 17:48:22 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from rush.bluerosetech.com (rush.bluerosetech.com [199.48.134.58]) by mx1.freebsd.org (Postfix) with ESMTP id 8D28E6BB for ; Thu, 28 Feb 2013 17:48:22 +0000 (UTC) Received: from chombo.houseloki.net (c-76-27-220-79.hsd1.wa.comcast.net [76.27.220.79]) by rush.bluerosetech.com (Postfix) with ESMTPSA id E9A0411437; Thu, 28 Feb 2013 09:48:20 -0800 (PST) Received: from [127.0.0.1] (ivo.houseloki.net [10.9.70.20]) by chombo.houseloki.net (Postfix) with ESMTPSA id 7E3315D0; Thu, 28 Feb 2013 09:48:19 -0800 (PST) Message-ID: <512F9867.5020100@bluerosetech.com> Date: Thu, 28 Feb 2013 09:48:23 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Ryan Stone Subject: Re: Building RELENG_9 (or RELENG_9_*) on a small machine? References: <512EB5BD.1020803@bluerosetech.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:48:22 -0000 On 2013-02-28 06:43, Ryan Stone wrote: > It's possible with a caveat: in my experience both the object tree and > the source tree have to have *exactly* the same path on the build host > and the destination. You can't (for example) build with > MAKEOBJDIRPREFIX set to something, then copy src to /usr/src and obj to > /usr/obj on the destination and have installworld work. Why couldn't I just also specify MAKEOBJDIRPREFIX on the destination machine?