On 2002-10-24 20:34, Kris Kennaway <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to