Subject: Re: pkg/9995: `make package' not recursive
To: Andrew Brown <atatat@atatdot.net>
From: None <mcmahill@mtl.mit.edu>
List: netbsd-bugs
Date: 04/27/2000 16:07:42
On Thu, 27 Apr 2000, Andrew Brown wrote:

> >	When doing a `make package' of a specific package, if a dependency
> >	is also build, a package is not created for that, requiring
> >	manual intervention to make the package (hopefully before you
> >	have done a `make clean').
> 
> should "make clean" also recurse?  i've noticed that it doesn't...
> 

I think:

make  clean CLEANDEPENDS=YES

does that.

-Dan