Date: Fri, 25 Oct 2002 18:06:45 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Kris Kennaway <kris@obsecurity.org> Cc: Adam Weinberger <adamw@freebsd.org>, Don Read <dread@texas.net>, David Oleszkiewicz <davido@labrador.dhs.org>, freebsd-questions@freebsd.org Subject: Re: make clean of /usr/ports Message-ID: <20021025150645.GA673@hades.hell.gr> In-Reply-To: <20021025033404.GA61132@xor.obsecurity.org> References: <20021024192714.G90371-100000@labrador.dhs.org> <XFMail.20021024220823.dread@texas.net> <20021025031814.GC70102@vectors.cx> <20021025033404.GA61132@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-10-24 20:34, Kris Kennaway <kris@obsecurity.org> wrote: > On Thu, Oct 24, 2002 at 08:18:14PM -0700, Adam Weinberger wrote: > > > make NOCLEANDEPENDS=YES distclean > > >> end of "RE: make clean of /usr/ports" from Don Read << > > > > Install sysutils/portupgrade, then portsclean -C. > > rm -rf /usr/ports/*/*/work is probably faster :) I use a slight variation of this, to avoid hitting the "too long command line" thing: # cd /usr/ports # find . -type d -maxdepth 3 -name work | xargs rm -fr but you're right. It is a lot faster... 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?20021025150645.GA673>