From owner-freebsd-questions@FreeBSD.ORG Sun Sep 11 20:19:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A32AA16A41F for ; Sun, 11 Sep 2005 20:19:42 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CB7C43D48 for ; Sun, 11 Sep 2005 20:19:42 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so138745nzd for ; Sun, 11 Sep 2005 13:19:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=cykpjFDU0swqURlBDHt11WApXDyaZY0jKpb8fVJN0XSW49Qndu+TviLBXKUL+NuqjKcgwCItpox9cvszshplsKeU/+GY77eao1xx+ptAa80Y5a+lnWncaACZHcCjsjCk1ihiw0byF4OATUqkXTWRUb0fyqtPcRPGj4sLcS5k1rk= Received: by 10.36.5.15 with SMTP id 15mr2262911nze; Sun, 11 Sep 2005 13:19:41 -0700 (PDT) Received: from ?192.168.0.2? ( [24.99.17.167]) by mx.gmail.com with ESMTP id 8sm1322244nzn.2005.09.11.13.19.41; Sun, 11 Sep 2005 13:19:41 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-Id: <3ACF84EE-A7E7-44CE-8090-011B06E85EC8@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: "Anthony M. Agelastos" Date: Sun, 11 Sep 2005 16:19:37 -0400 X-Mailer: Apple Mail (2.734) Subject: make flag to build on a separate disk 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: Sun, 11 Sep 2005 20:19:42 -0000 Hello all, Once OpenOffice.org 2.0 is released, I plan on building it from Ports on my machine (currently 5.4-STABLE... will be 6.0-STABLE after 6.0's release). There may be one problem, though, which is my /usr/ partition only has about 2.4 GB free space available. If memory serves, OOo takes up more than that to build. I do have another hard drive (mounted at /diskad3) that has over 20 GB of free space available. Is it possible to have it use /diskad3 for its temporary build directory? I checked the FAQ, Google, and the Handbook and didn't find anything. I am reading the make manpage and it mentions .OBJDIR, but I am not sure how to use it or if that is indeed what I am looking for. Does anyone have any suggestions? Thank you for your assistance.