Subject: Re: How make(1) reacts on failing commands
To: NetBSD Packages Technical Discussion List <tech-pkg@NetBSD.org>
From: Johnny Lam <jlam@pkgsrc.org>
List: tech-pkg
Date: 11/17/2005 18:24:22
Roland Illig wrote:
> 
> There are (at least) two ways to fix this:
> 
> 1.  Replace the semicolons with &&.
> 
>         @cd ${WRKDIR} && ${MAKE_PROGRAM} build

I think this is the right thing to do.  Unfortunately, there are *a lot* 
of places throughout pkgsrc that would need to be fixed.

	Cheers,

	-- Johnny Lam <jlam@pkgsrc.org>