Re: make clean of /usr/ports

2002-10-25 Thread Giorgos Keramidas
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 << > > > >

Re: make clean of /usr/ports

2002-10-25 Thread Marcio Merlone
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.

Re: make clean of /usr/ports

2002-10-24 Thread Kris Kennaway
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. > > > > make NOCLEANDEPENDS=YES distclean > >> end of "RE: make

RE: make clean of /usr/ports

2002-10-24 Thread Jack L. Stone
At 10:08 PM 10.24.2002 -0500, Don Read wrote: > >On 25-Oct-2002 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 rec

Re: make clean of /usr/ports

2002-10-24 Thread Adam Weinberger
7;t figure one out from looking at the Make files. > > > > Please cc this address as I am not subscribed to the list. > > make NOCLEANDEPENDS=YES distclean >> end of "RE: make clean of /usr/ports" from Don Read << Install sysutils/portupgrade, then portscle

RE: make clean of /usr/ports

2002-10-24 Thread Don Read
On 25-Oct-2002 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 au