From owner-freebsd-questions@FreeBSD.ORG Wed Jan 11 11:20:13 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A021F1065670 for ; Wed, 11 Jan 2012 11:20:13 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2978E8FC13 for ; Wed, 11 Jan 2012 11:20:12 +0000 (UTC) Received: by werb13 with SMTP id b13so721037wer.13 for ; Wed, 11 Jan 2012 03:20:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=CtayhzVh8drMaxEFTp5db+Y3hKxr6x4BTRgeCd6Oavc=; b=K6QT8tDMZwa5gfWbJWTeoZT6IEcAZHbgBc28cG1YrOUo76ua7Etz+mfYJC3A8rippq 3NUYhGptcPxKE3thl98bgJ04K4CZ2oODeJ7vOh6kbtR3sVVrRYx4MOQJfAEqH2j5bHx8 StIFZ1NwvVEU+HJM6e+l3+irN6mlHW9laaqhM= Received: by 10.216.131.72 with SMTP id l50mr2529992wei.28.1326280812099; Wed, 11 Jan 2012 03:20:12 -0800 (PST) Received: from green.tandem.local (utwig.xim.bz. [91.216.237.46]) by mx.google.com with ESMTPS id fd1sm4134496wib.0.2012.01.11.03.20.10 (version=SSLv3 cipher=OTHER); Wed, 11 Jan 2012 03:20:11 -0800 (PST) Message-ID: <4F0D7069.2030200@gmail.com> Date: Wed, 11 Jan 2012 13:20:09 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0.1) Gecko/20120110 Firefox/9.0.1 SeaMonkey/2.6.1 MIME-Version: 1.0 To: Thomas Mueller References: <6A.EA.27130.1B86D0F4@smtp02.insight.synacor.com> In-Reply-To: <6A.EA.27130.1B86D0F4@smtp02.insight.synacor.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Building FreeBSD for two or more architectures but not all X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2012 11:20:13 -0000 Thomas Mueller wrote: > How would I build FreeBSD, in this case 9.0-RELEASE, for two or more architectures, in this case i386 and amd64? > > One build (amd64) would update the present system (9.0 RC3), but the other would go on a USB stick, likely 16 GB. > > Real question is how to keep things like /usr/obj and other things from the two builds separate. > > I don't want to 'make universe' when I won't run on anything other than i386 and amd64. > > I want to build both on the new computer because the old computer is short on disk space and has only 256 MB RAM. You can add TARGET=i386 to 'make' commands. It would use other directory inside /usr/obj. -- Sphinx of black quartz judge my vow.