Subject: Re: make clean when building meta-packages
To: None <pkgsrc-users@netbsd.org>
From: None <antiright@gmail.com>
List: pkgsrc-users
Date: 04/15/2006 10:40:51
On Sat, Apr 15, 2006 at 12:22:27PM +0000, David wrote:
> Hi, 
> 
> I'm trying to build kde3.5.2 (make install in /usr/pkgsrc/meta-pkgs/kde3), and
> as my pkgsrc is a mere 20 hours old I've not many packages, so obviously kde is
> compiling a lot of dependancies. 
> 
> It appears make clean is not run after each dependancy is compiled and
> installed. Is there a way to make this happen? I'm running out of space fast.
> 
> Thanks, David
>
You could periodically run:
cd /usr/pkgsrc; rm -rf */*/work
That is *much* faster than running make clean from pkgsrc root,
and doing so achieves the same effect.

Jeff