Subject: Re: Using pkgsrc to build from source
To: Alexander Bernauer <netbsd@copton.net>
From: Mark Kirby <mark@coris.org.uk>
List: netbsd-help
Date: 02/04/2006 17:20:47
On Saturday 04 February 2006 17:18, Alexander Bernauer wrote:
> On Sat, Feb 04, 2006 at 06:11:12PM +0100, Manuel Bouyer wrote:
> > make install && make clean
>
> Short question on this:
> If the package has dependencies, these packages are built as well. But
> "make clean" does not affect them. So you end up with some packages
> being unclean.
>
> Is there a better way to handle this than searching for those "work"
> directories and "make clean" the coresponding package manualy?

make clean-depends will clean the dependancies too.

Mark