From owner-freebsd-questions@FreeBSD.ORG Fri Jan 9 07:08:01 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 2A3C0106564A for ; Fri, 9 Jan 2009 07:08:01 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by mx1.freebsd.org (Postfix) with ESMTP id D5E668FC12 for ; Fri, 9 Jan 2009 07:08:00 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan-a.emsphone.com [199.67.51.107]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id n0977xtc060502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 9 Jan 2009 01:08:00 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id n0977xqb064279 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 9 Jan 2009 01:07:59 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id n0977wq9064271; Fri, 9 Jan 2009 01:07:58 -0600 (CST) (envelope-from dan) Date: Fri, 9 Jan 2009 01:07:57 -0600 From: Dan Nelson To: PstreeM China Message-ID: <20090109070755.GC52729@dan.emsphone.com> References: <2c66535d0901082253k5b8ff098w73234a1944929929@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2c66535d0901082253k5b8ff098w73234a1944929929@mail.gmail.com> X-OS: FreeBSD 7.1-PRERELEASE User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: ClamAV version 0.94.1, clamav-milter version 0.94.1 on email1.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Fri, 09 Jan 2009 01:08:00 -0600 (CST) X-Scanned-By: MIMEDefang 2.45 Cc: 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 07:08:01 -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. -- Dan Nelson dnelson@allantgroup.com