Date: Mon, 20 Nov 2000 12:15:44 +0600 From: "Alex Markov" <alex@asdg.ru> To: <stable@freebsd.org> Subject: Re: cd /usr/ports; make clean Message-ID: <003201c052b9$55acf6c0$1945a4d4@asdg.ru> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003201c052b9$55acf6c0$1945a4d4>