Subject: Re: PKG_DEBUG_LEVEL>=1 breaks some targets
To: Kouichirou Hiratsuka <hira@po6.nsk.ne.jp>
From: Johnny C. Lam <jlam@NetBSD.org>
List: tech-pkg
Date: 10/02/2004 21:03:00
On Sun, Oct 03, 2004 at 05:48:38AM +0900, Kouichirou Hiratsuka wrote:
> 
> At Fri, 1 Oct 2004 13:16:00 +0000,
> Johnny C. Lam wrote:
> > 
> > For those targets whose output is used by other targets, we could
> > simply replace "${_PKG_SILENT}${_PKG_DEBUG}" with "@".  This would
> > seem to be the simplest solution.
> > 
> I see.  Certainly, some targets are using "@".
> Well, for the following targets, that replacement is needed.
> 
>   - show-depends-dirs
>   - show-all-depends-dirs
>   - show-all-depends-dirs-excl
>   - show-shlib-type
> 
> If the following patch is good, I'd like to commit this.

This patch looks good.  Please feel free to commit this.

	Cheers,

	-- Johnny Lam <jlam@NetBSD.org>