Subject: Re: how to clean after every DEPENDS?
To: None <tech-pkg@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: tech-pkg
Date: 04/01/2004 17:02:54
On Thu, 01 Apr 2004, César Catrián C. wrote:
> > $ make install clean-depends
> 
> 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 doing the cleaning at the end of the process.

make DEPENDS_TARGET="install clean-depends" install clean-depends

--apb (Alan Barrett)