From owner-freebsd-questions@FreeBSD.ORG Sun Sep 11 22:34:22 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 E090F16A41F for ; Sun, 11 Sep 2005 22:34:22 +0000 (GMT) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: from smtp804.mail.ukl.yahoo.com (smtp804.mail.ukl.yahoo.com [217.12.12.141]) by mx1.FreeBSD.org (Postfix) with SMTP id 2829F43D46 for ; Sun, 11 Sep 2005 22:34:21 +0000 (GMT) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: (qmail 85987 invoked from network); 11 Sep 2005 22:34:21 -0000 Received: from unknown (HELO w2fzz0vc01.aah-go-on.com) (thomas.sparrevohn@hg1.btinternet.com@86.133.213.16 with plain) by smtp804.mail.ukl.yahoo.com with SMTP; 11 Sep 2005 22:34:20 -0000 From: Thomas Sparrevohn To: freebsd-questions@freebsd.org Date: Sun, 11 Sep 2005 23:34:07 +0100 User-Agent: KMail/1.8.2 References: <3ACF84EE-A7E7-44CE-8090-011B06E85EC8@gmail.com> In-Reply-To: <3ACF84EE-A7E7-44CE-8090-011B06E85EC8@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509112334.08196.Thomas.Sparrevohn@btinternet.com> Subject: Re: make flag to build on a separate disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas.Sparrevohn@btinternet.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 22:34:23 -0000 On Sunday 11 September 2005 21:19, 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. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" You can use the env WRKDIRPREFIX=/myotherlocation make install It will store the ports "work" directory where ever WRKDIRPREFIX points to see "man ports" for additional information