From owner-freebsd-questions@FreeBSD.ORG Fri Jan 9 09:56:39 2009 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 055821065675 for ; Fri, 9 Jan 2009 09:56:39 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3A0698FC0C for ; Fri, 9 Jan 2009 09:56:37 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n099uIxf008860; Fri, 9 Jan 2009 10:56:18 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n099uH8f008857; Fri, 9 Jan 2009 10:56:18 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 9 Jan 2009 10:56:17 +0100 (CET) From: Wojciech Puchar To: Dan Nelson In-Reply-To: <20090109070755.GC52729@dan.emsphone.com> Message-ID: <20090109105605.L8836@wojtek.tensor.gdynia.pl> References: <2c66535d0901082253k5b8ff098w73234a1944929929@mail.gmail.com> <20090109070755.GC52729@dan.emsphone.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: PstreeM China , Free BSD Questions list Subject: Re: how to use the MFS ? 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: Fri, 09 Jan 2009 09:56:39 -0000 > In the last episode (Jan 09), PstreeM China said: >> hi all: >> >> i want to know ,how to compile better speed during the installation >> of Ports , use the memery filesystem(MFS) .. >> >> during make world , mount the md0 to /usr/obj , but what can i do for >> the port ? > > Set WRKDIRPREFIX to point to a directory in your mfs filesystem, and > all the .../work/ directories will get created there. goot to know - thanks!