Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2001 14:12:28 -0600
From:      Mike Meyer <mwm@mired.org>
To:        Christopher Farley <chris@northernbrewer.com>
Cc:        questions@freebsd.org
Subject:   Re: How do I find major consumers of disk space on the system?
Message-ID:  <15371.56492.541091.898343@guru.mired.org>
In-Reply-To: <26714202@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Christopher Farley <chris@northernbrewer.com> types:
> Anthony Atkielski (anthony@freebie.atkielski.com) wrote:
> > Well, the "make clean" churned for a very long time and appeared to work okay,
> I find it much quicker to `cd /usr/ports; rm -R */*/work` rather than
> recursively clean each port.

I find it's slightly quicker to set WRKDIRPREFIX in /etc/make.conf,
then just "rm -rf $WRKDIRPREFX" - but you'll have to do the expansion
by hand.

That also means that updating the ports tree doesn't have to deal with
the work directories if you leave them around.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15371.56492.541091.898343>