Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2002 09:23:11 -0300
From:      Marcio Merlone <mm@surf.com.br>
To:        David Oleszkiewicz <davido@labrador.dhs.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: make clean of /usr/ports
Message-ID:  <3DB937AF.5020100@surf.com.br>
References:  <20021024192714.G90371-100000@labrador.dhs.org>

next in thread | previous in thread | raw e-mail | index | archive | help
You can make really simple and straigthforward:

cd /usr/ports
find . -type d -name work -exec rm -rf {} \;

done! I belive it is somewhere on FBSD handbook...

David Oleszkiewicz wrote:
> I haven't been that good at running make clean after installing my ports
> and could like to clean things up now.  I tried running make clean at the
> top of the ports tree and it works, it just keeps recursing on
> everyones dependencies so ports like autoconf get make clean'ed  a
> real lot.  Is there a way to tell the Make to ignore the dependencies.  I
> couldn't figure one out from looking at the Make files.
> 
> Please cc this address as I am not subscribed to the list.
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 

-- 

[ ]'s

--
Marcio Merlone



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?3DB937AF.5020100>