On Fri, Feb 21, 2014 at 08:07:47PM +0100, Juan Francisco Cantero Hurtado wrote:
> On Fri, Feb 21, 2014 at 12:32:58PM +0100, Marc Espie wrote:
> > On Fri, Feb 21, 2014 at 10:51:06AM +0000, Stuart Henderson wrote:
> > > Is this instead a target dependency issue? If you do "make a b c" without
> > > Makefile dependencies between them, I don't think there's any guarantee
> > > that they will run in order.
> > 
> > There isn't, indeed.
> > 
> > make in "traditional non-parallel mode" will tend to run them in order,
> > as lots of people don't know how to use make so that things are a bit 
> > friendlier, but I don't know if gmake does the same, and it's certainly
> > not guaranteed.
> > 
> 
> I've found where is the error. I had "MAKE_JOBS=2" in /etc/mk.conf.
> On my other machines, I have "PARALLEL_BUILD=NO" so I was not seeing the
> same error.
> 
> OK to unbreak the package on hppa? All tests pass.

Did a quick test build/check on hppa, OK by me.

> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /usr/cvsync/ports/lang/seed7/Makefile,v
> retrieving revision 1.14
> diff -u -p -r1.14 Makefile
> --- Makefile  19 Jan 2014 20:21:01 -0000      1.14
> +++ Makefile  21 Feb 2014 19:04:47 -0000
> @@ -1,7 +1,5 @@
>  # $OpenBSD: Makefile,v 1.14 2014/01/19 20:21:01 bcallah Exp $
>  
> -BROKEN-hppa =        SIGILL compiling prg/s7c
> -
>  V =          20140119
>  COMMENT =    high-level, extensible programming language
>  DISTNAME =   seed7_05_${V}
> 

Reply via email to