On Fri, 30 Dec 2011, Stefano Lattarini wrote:
OK, I hope I've finally managed to partially fix this incredibly annoying bug
-- I say "partially" because the fix is sadly *for GNU make*. Even more sadly,
the solution is pretty hacky and somewhat brittle. Still, it should cause no
regression w
On 12/29/2011 12:26 AM, Stefano Lattarini wrote:
> On 12/28/2011 08:27 PM, Bob Friesenhahn wrote:
>> Sorry for top-posting. I don't want to lose any text of the original mail.
>>
>> I totally forgot that I had applied Ralf's patch to my 1.11.1 install. Now
>> that I have updated GraphicsMagick to
On 12/28/2011 08:27 PM, Bob Friesenhahn wrote:
> Sorry for top-posting. I don't want to lose any text of the original mail.
>
> I totally forgot that I had applied Ralf's patch to my 1.11.1 install. Now
> that I have updated GraphicsMagick to using Automake 1.11.2, the patch is no
> longer presen
Sorry for top-posting. I don't want to lose any text of the original
mail.
I totally forgot that I had applied Ralf's patch to my 1.11.1 install.
Now that I have updated GraphicsMagick to using Automake 1.11.2, the
patch is no longer present and so 'make check' on MinGW/MSYS leads to
this:
* Ralf Wildenhues wrote on Tue, Sep 07, 2010 at 05:10:38AM CEST:
> I'm applying the following patch to maint to avoid the issue.
>
> Unfortunately, the same technique will not work for recheck and
> recheck-html. So no rechecking unless the number of failures is
> lower than the command-line leng
Hi Ralf.
On Friday 17 September 2010, Stefano Lattarini wrote:
> On Tuesday 07 September 2010, Ralf Wildenhues wrote:
> > * Stefano Lattarini wrote on Tue, Sep 07, 2010 at 11:23:11AM CEST:
> > > > diff --git a/lib/am/check.am b/lib/am/check.am
> > > > index c612b22..b79201f 100644
> > > > --- a/li
* Stefano Lattarini wrote on Tue, Sep 07, 2010 at 11:23:11AM CEST:
> > diff --git a/lib/am/check.am b/lib/am/check.am
> > index c612b22..b79201f 100644
> > --- a/lib/am/check.am
> > +++ b/lib/am/check.am
> > @@ -236,10 +236,10 @@ check-TESTS:
> > ## we rely on .PHONY to work portably.
> > @tes
[dropping bug-autom...@gnu.org]
Hi Ralf. That was a nice fix! Just a minor nit, though...
>
> [CUT]
> parallel-tests: avoid command-line length limit issue.
>
> [CUT]
> diff --git a/lib/am/check.am b/lib/am/check.am
> index c612b22..b79201f 100644
> --- a/lib/am/check.am
> +++ b/lib/am/che