automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

yacc-work: rebased on maint, one more fixlet (was: Re: [PATCH 0/4] ylwra


From: Stefano Lattarini
Subject: yacc-work: rebased on maint, one more fixlet (was: Re: [PATCH 0/4] ylwrap: support C++ and others that generate several files)
Date: Sat, 14 Jul 2012 12:33:50 +0200

On 07/14/2012 11:09 AM, Stefano Lattarini wrote:
> On 07/14/2012 10:52 AM, Stefano Lattarini wrote:
>> On 07/14/2012 10:32 AM, Akim Demaille wrote:
>>> Well, while at it, I looked at the other failure, for C++, and
>>> fixed them.
>>>
>>> It is installed in yacc-work.
>>>
>>> Akim Demaille (4):
>>>   tests: upgrade and fix Bison test case
>>>   ylwrap: refactoring: don't rely on the file order
>>>   ylwrap: refactor: move loop invariant
>>>   ylwrap: fix C++ support
>>>
>> ACK on the series.  And thanks!
>>
>> Stefano.
>>
> I've pushed the two attached minor follow-ups to yacc-work.
>
I've also rebased 'yacc-work' on maint (rather than on master), and
pushed the follow-up below to avoid a spurious failure.

I will do some testing on BSD and Solaris, and if there are no further
issues, the merge the series in maint.

Regards,
  Stefano

-*-*-*-

>From 6c4cbbc2c65c27ff2acad2470008580ed375a288 Mon Sep 17 00:00:00 2001
Message-Id: <address@hidden>
From: Stefano Lattarini <address@hidden>
Date: Sat, 14 Jul 2012 12:31:19 +0200
Subject: [PATCH] yacc tests: fix a spurious failure with parallel make

* t/yacc-bison-skeleton.sh (Makefile.am): Add 'zardoz.h'
to BUILT_SOURCES.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/yacc-bison-skeleton.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/t/yacc-bison-skeleton.sh b/t/yacc-bison-skeleton.sh
index 9e9f514..f4fdf32 100755
--- a/t/yacc-bison-skeleton.sh
+++ b/t/yacc-bison-skeleton.sh
@@ -30,6 +30,7 @@ cat > Makefile.am << 'END'
 bin_PROGRAMS = zardoz
 zardoz_SOURCES = zardoz.y foo.c
 AM_YFLAGS = -d --skeleton glr.c
+BUILT_SOURCES = zardoz.h
 END

 # Parser.
-- 
1.7.9.5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]