From owner-freebsd-hackers Sat Dec 18 17:33:10 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 1D14E14C1D for ; Sat, 18 Dec 1999 17:33:09 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id RAA76536; Sat, 18 Dec 1999 17:33:08 -0800 (PST) (envelope-from dillon) Date: Sat, 18 Dec 1999 17:33:08 -0800 (PST) From: Matthew Dillon Message-Id: <199912190133.RAA76536@apollo.backplane.com> To: freebsd-hackers@freebsd.org Subject: Anybody know if there is any way to make ports use different work dir? Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would like to get my /usr/ports over a read-only NFS mount. At the moment the only way I can compile up any given port is to mkdir work and create and mount an MFS filesystem over it. A union mount might also work but union mounts are still somewhat problematic. It would be nice if there were a way to tell the ports system to put the work directory somewhere other then where it is currently placed. For example, to put it in /usr/obj or something like that. Has anyone done this? -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message