Subject: Re: CVS commit: pkgsrc/mk
To: None <jlam@netbsd.org>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-changes
Date: 07/06/2006 18:01:46
Johnny C. Lam wrote:
> Module Name: pkgsrc
> Committed By: jlam
> Date: Thu Jul 6 15:43:10 UTC 2006
>
> Modified Files:
> pkgsrc/mk: bsd.pkg.barrier.mk bsd.pkg.mk
>
> Log Message:
> Move inclusion of bsd.pkg.barrier.mk under the .MAIN target because
> bsd.pkg.barrier.mk uses the "make()" test expression. Also, include
> "all" as a post-barrier target since it is implicitly the ".MAIN" target
> when a user just types "make" in a package directory.
Thanks for fixing that. The bug had occured to me, but I didn't find the
words to describe it. :)
By the way, the behavior differed among bmake-pkgsrc, make-3.0 and
make-current. For me, only make-3.0 failed to configure and build the
package.
Roland