Subject: Re: how to clean after every DEPENDS?
To: Mike M. Volokhov <mishka@apk.od.ua>
From: =?ISO-8859-1?Q?C=E9sar_Catri=E1n?= C. <ccatrian@eml.cc>
List: tech-pkg
Date: 04/01/2004 10:52:14
On Thu, 1 Apr 2004 17:15:38 +0300
"Mike M. Volokhov" <mishka@apk.od.ua> wrote:

> On Thu, 1 Apr 2004 10:07:45 -0400
> "C__sar Catri__n C." <ccatrian@eml.cc> wrote:
>=20
> > I've a meta-package of every program that I use in my system, with a bi=
g number of DEPENDS lines.
> > The cleaning of each working directory is only made in the end, when th=
e size of all the working directories has grown more of a gigabyte.
> > is there an _available_ option to clean the working directories after e=
ach installation of dependencies?
> >=20
>=20
> $ make install clean-depends
>=20
> --
> Mishka.

That's fine with a lot of free space, but I need to install a depends, then=
 clean. Install the next depends and clean again, one by one, instead of do=
ing the cleaning at the end of the process.
The other thing I can do is forget about my meta-package and make a script =
that calls a lot of mini meta-packages, each one with some few depends, the=
n a cleaning is done several times while building all the packages, to avoi=
d running out of disk space.

thanks

Cesar Catrian C.