From owner-freebsd-questions@FreeBSD.ORG Wed Jan 11 11:04:47 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 E213910656EB for ; Wed, 11 Jan 2012 11:04:47 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp.insight.synacor.com [208.47.185.22]) by mx1.freebsd.org (Postfix) with ESMTP id A799F8FC1B for ; Wed, 11 Jan 2012 11:04:47 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.1 cv=+HEK7M6xp8ZnBm2DlbHgvwcoDJ7NMQUcqKq19O6BEpY= c=1 sm=0 a=eZjEFubF1-gA:10 a=jLN7EqiLvroA:10 a=sk-k-rAcwDNNWRQRByEA:9 a=Q/oqmR4JO1zR3vNQamCQeQ==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Authentication-Results: smtp02.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Received-SPF: softfail (smtp02.insight.synacor.com: transitional domain insightbb.com does not designate 74.134.26.53 as permitted sender) Received: from [74.134.26.53] ([74.134.26.53:49436] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.2.40 r(29895/29896)) with ESMTP id 6A/EA-27130-1B86D0F4; Wed, 11 Jan 2012 05:47:14 -0500 Date: Wed, 11 Jan 2012 05:47:13 -0500 Message-ID: <6A.EA.27130.1B86D0F4@smtp02.insight.synacor.com> From: "Thomas Mueller" To: freebsd-questions@freebsd.org Subject: 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:04:48 -0000 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. Tom