From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 27 21:20:59 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8ED216A41F for ; Tue, 27 Dec 2005 21:20:59 +0000 (GMT) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092F043D7D for ; Tue, 27 Dec 2005 21:20:48 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 5E62EB80F for ; Tue, 27 Dec 2005 16:20:47 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <20051227202546.GS63497@over-yonder.net> References: <1135714847.83838.34.camel@localhost> <20051227202546.GS63497@over-yonder.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <22E2ECB1-4ECA-4498-9EC1-6F053055D958@khera.org> Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Tue, 27 Dec 2005 16:20:45 -0500 To: FreeBSD AMD list X-Mailer: Apple Mail (2.746.2) Subject: Re: Sharing /usr/ports between AMD64 and I386 ok? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 21:20:59 -0000 On Dec 27, 2005, at 3:25 PM, Matthew D. Fuller wrote: > Just make sure you scrupulously `make clean`, or sooner or later > you'll end up installing a dependancy on the wrong architecture. Not > that I've ever done such a thing, you understand... I find it much easier to set in /etc/make.conf WRKDIRPREFIX=/var/tmp so each machine builds it privately on a local fast disk rather than writing over NFS into the shared area.