pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: make clean when building meta-packages
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
Home |
Main Index |
Thread Index |
Old Index