automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCH v3] Work around a bug in Solaris make's file-inclusion mechan


From: Ralf Wildenhues
Subject: Re: [PATCH v3] Work around a bug in Solaris make's file-inclusion mechanism.
Date: Sun, 2 Jan 2011 05:49:50 +0100
User-agent: Mutt/1.5.20 (2010-08-04)

Hi Stefano,

this has since been applied to maint:

* Stefano Lattarini wrote on Fri, Dec 17, 2010 at 08:46:26PM CET:
> Subject: [PATCH] Work around a bug in file-inclusion mechanism of Solaris 
> make.
> 
> * automake.in (handle_single_transform): In the name of the
> dependency file: collapse multiple slash characters into a single
> one.
> * tests/subobj11a.test: New test.
> * tests/subobj11b.test: Likewise.
> * tests/subobj11c.test: Likewise.
> * tests/depcomp8a.test: Likewise.
> * tests/depcomp8b.test: Likewise.
> * tests/Makefile.am (TESTS): Updated.
> * NEWS: Updated.

I'm pushing this patch to fix a maintainer-check regression introduced
by this patch.

Cheers,
Ralf

    Fix maintainer-check regression.
    
    * tests/subobj11a.test: Pass DISTCHECK_CONFIGURE_FLAGS in the
    environment.

diff --git a/tests/subobj11a.test b/tests/subobj11a.test
index c39e67c..3bf3012 100755
--- a/tests/subobj11a.test
+++ b/tests/subobj11a.test
@@ -76,7 +76,7 @@ $FGREP "address@hidden@z" quux
 
 $MAKE
 
-$MAKE DISTCHECK_CONFIGURE_FLAGS='--enable-dependency-tracking' distcheck
-$MAKE DISTCHECK_CONFIGURE_FLAGS='--disable-dependency-tracking' distcheck
+DISTCHECK_CONFIGURE_FLAGS='--enable-dependency-tracking' $MAKE distcheck
+DISTCHECK_CONFIGURE_FLAGS='--disable-dependency-tracking' $MAKE distcheck
 
 :



reply via email to

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