From owner-freebsd-questions@FreeBSD.ORG Sun Sep 11 20:29:53 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 3FB3B16A420 for ; Sun, 11 Sep 2005 20:29:53 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id F411A43D48 for ; Sun, 11 Sep 2005 20:29:52 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j8BKTpk5022876 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Sep 2005 13:29:52 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050911132840.03028b60@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sun, 11 Sep 2005 13:29:27 -0700 To: "Anthony M. Agelastos" , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <3ACF84EE-A7E7-44CE-8090-011B06E85EC8@gmail.com> References: <3ACF84EE-A7E7-44CE-8090-011B06E85EC8@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: 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:29:53 -0000 At 01:19 PM 9/11/2005, Anthony M. Agelastos wrote: >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. Mman ports and look for WRKDIRPREFIX in the environment section. -Glenn