automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2123


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2123-ga64ef3e
Date: Thu, 05 Apr 2012 13:47:24 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=a64ef3e48066c9a9dbfd65683cb16a62783df4fc

The branch, master has been updated
       via  a64ef3e48066c9a9dbfd65683cb16a62783df4fc (commit)
      from  97ae26eaa9009e60537dfb18f5f7cd3a412ae7fd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a64ef3e48066c9a9dbfd65683cb16a62783df4fc
Author: Stefano Lattarini <address@hidden>
Date:   Thu Apr 5 15:44:47 2012 +0200

    tests: fix a spurious failures with non-GNU make
    
    * tests/instdir-no-empty.test: Also pass proper AM_MAKEFLAGS to
    make invocations that might recurse, to ensure the macro definitions
    passed from the command line are properly propagated.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 tests/instdir-no-empty.test |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/instdir-no-empty.test b/tests/instdir-no-empty.test
index 9251b13..6f105c0 100755
--- a/tests/instdir-no-empty.test
+++ b/tests/instdir-no-empty.test
@@ -110,14 +110,14 @@ doinst ()
 doinst
 test ! -d inst || { find inst; Exit 1; }
 $MAKE uninstall
-doinst bin_SCRIPTS=foo.sh
+doinst bin_SCRIPTS=foo.sh AM_MAKEFLAGS='bin_SCRIPTS=foo.sh'
 test -f inst/bin/foo.sh
 
 ./configure
 doinst DESTDIR="$cwd/dest"
 test ! -d dest || { find dest; Exit 1; }
 $MAKE uninstall
-doinst DESTDIR="$cwd/dest" bin_SCRIPTS=foo.sh
+doinst DESTDIR="$cwd/dest" bin_SCRIPTS=foo.sh AM_MAKEFLAGS='bin_SCRIPTS=foo.sh'
 test -f dest/usr/local/bin/foo.sh
 
 :


hooks/post-receive
-- 
GNU Automake



reply via email to

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