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/02/2004 09:48:56
On Thu, 01 Apr 2004, César Catrián C. wrote:
> > make DEPENDS_TARGET="install clean-depends" install clean-depends
> 
> The result of that operation was double cleaning depends, one after
> another, at the end.  The script for some reason takes only the first
> word of the content assigned to the variable.

OK, bsd.pkg.mk often uses ${DEPENDS_TARGET} where it should be using
${DEPENDS_TARGET:Q}.  Try the appended patch.

--apb (Alan Barrett)