From owner-freebsd-stable Sun Nov 19 22:15:45 2000 Delivered-To: freebsd-stable@freebsd.org Received: from ns.asdg.ru (ns.asdg.ru [212.164.69.2]) by hub.freebsd.org (Postfix) with ESMTP id 3929837B479 for ; Sun, 19 Nov 2000 22:15:42 -0800 (PST) Received: from alex ([212.164.69.25]) by ns.asdg.ru (8.11.0/8.11.0) with SMTP id eAK6FUH15346 for ; Mon, 20 Nov 2000 12:15:35 +0600 (NOVT) (envelope-from alex@asdg.ru) Message-ID: <003201c052b9$55acf6c0$1945a4d4@asdg.ru> From: "Alex Markov" To: References: <20001118231633.A85206@evilcode.com> <200011190635.eAJ6ZRS94516@grumpy.dyndns.org> <20001118230305.A83848@evilcode.com> <20001119151138.A7434@bsdvm.jtjang.idv.tw> <200011192202.eAJM2cG03593@billy-club.village.org> <200011192239.eAJMdDa90818@earth.backplane.com> <200011192308.eAJN8q714360@whizzo.transsys.com> Subject: Re: cd /usr/ports; make clean Date: Mon, 20 Nov 2000 12:15:44 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Fidolook Express 2.000 for MS OE5 Organization: Fidolook Express 2.000 www.fidolook.da.ru Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Since I export /usr/ports read-only, I never put my work directories > > in the ports hierarchy itself. I set /etc/make.conf to: > > > > WRKDIRPREFIX= /var/tmp > > Hey, this is very cool! This should be listed in /etc/defaults/make.conf. > And I guess that you have a symlink for /usr/ports/distfiles too? One more way (i use it on my PC): DISTDIR=/arc/dist # all distfiles store WRKDIRPREFIX=/tmp # i have pretty large root fs ;-) WRKDIR=$(WRKDIRPREFIX)/$(PORTNAME) # simply decrease number of subdirs Of course, my /usr/src & /usr/ports mounted from NFS-server. Alex M. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message