From owner-freebsd-stable@FreeBSD.ORG Thu Feb 28 18:09:25 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1CD2AB9F for ; Thu, 28 Feb 2013 18:09:25 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-oa0-f43.google.com (mail-oa0-f43.google.com [209.85.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id E15C27F4 for ; Thu, 28 Feb 2013 18:09:24 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id l10so4164822oag.30 for ; Thu, 28 Feb 2013 10:09:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=3ADQF71GNzEzj5wkxp59sBL8l9rFeDDUXpS3fSlMT3c=; b=cUeRK7b8oHTEbKSQq7XjinIMRCV+6UMcQHBnFL34ooe7dv71dSXiP6Yctsqe3oIv8B lKLPs2GffeJfEvcn+o3wgUsWwzFz2pDxTwghXgwL1LO3dnG87QEoZULHdU73KJ9DfcZ0 ypOX4/zxyH2ibg7StVFdsxdQ85tsxCCaiYun9hW/Jl54pd+yPOOXOLSImvV/kY3TPrTW 3H/4Z7YNMqp+exBhh7PTcspZ4Gt8644dppo2+ZJ1Cll2eLV6BjkN9wsfaxz0Qcx0Kg+R 3yD8TpC7dTaiQkaPb1y1X50XVm3Z+zECNQDuU9EECyEkRby+CrsH6W8YVeQ7aB51Z+P1 hFNg== MIME-Version: 1.0 X-Received: by 10.60.31.225 with SMTP id d1mr6153971oei.120.1362074958710; Thu, 28 Feb 2013 10:09:18 -0800 (PST) Received: by 10.76.109.236 with HTTP; Thu, 28 Feb 2013 10:09:18 -0800 (PST) In-Reply-To: <512F9867.5020100@bluerosetech.com> References: <512EB5BD.1020803@bluerosetech.com> <512F9867.5020100@bluerosetech.com> Date: Thu, 28 Feb 2013 13:09:18 -0500 Message-ID: Subject: Re: Building RELENG_9 (or RELENG_9_*) on a small machine? From: Ryan Stone To: Darren Pilgrim Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 18:09:25 -0000 On Thu, Feb 28, 2013 at 12:48 PM, Darren Pilgrim < list_freebsd@bluerosetech.com> wrote: > 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? > You can, but it has to be the same path on both machines.