automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-838-gd6e4aff
Date: Sat, 07 May 2011 13:38:35 +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=d6e4affddfacf8be419e64eb7ec50833f695a290

The branch, testsuite-work has been updated
       via  d6e4affddfacf8be419e64eb7ec50833f695a290 (commit)
       via  6bb66ae324675b21e07c0aca297458ae787c95d3 (commit)
      from  dac36d3ce5a0909477fe9c5efeb0199c6631ab1d (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 d6e4affddfacf8be419e64eb7ec50833f695a290
Merge: dac36d3 6bb66ae
Author: Stefano Lattarini <address@hidden>
Date:   Sat May 7 15:35:35 2011 +0200

    Merge branch 'test-silentcxx-gcc-fix' into testsuite-work

commit 6bb66ae324675b21e07c0aca297458ae787c95d3
Author: Stefano Lattarini <address@hidden>
Date:   Sat May 7 14:18:47 2011 +0200

    tests: fix syntax error in 'silentcxx-gcc.test'
    
    * tests/silentcxx-gcc.test (for config_args in ...): Remove extra
    trailing backslash from the list of looped-on items.

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

Summary of changes:
 ChangeLog                |    6 ++++++
 tests/silentcxx-gcc.test |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dc70bf5..49fe0f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-07  Stefano Lattarini  <address@hidden>
 
+       tests: fix syntax error in 'silentcxx-gcc.test'
+       * tests/silentcxx-gcc.test (for config_args in ...): Remove extra
+       trailing backslash from the list of looped-on items.
+
+2011-05-07  Stefano Lattarini  <address@hidden>
+
        depmod tests: fix bug in depmodes list extraction
        * tests/depmod-tests.sh (get_depmodes): Use `echo $all_depmodes'
        instead of `... | tr "$nl" "$sp"' to strip extra whitespaces and
diff --git a/tests/silentcxx-gcc.test b/tests/silentcxx-gcc.test
index bc8beb9..1f5768c 100755
--- a/tests/silentcxx-gcc.test
+++ b/tests/silentcxx-gcc.test
@@ -70,7 +70,7 @@ $FGREP am_cv_CXX_dependencies_compiler_type configure
 # This apparently useless "for" loop is here to simplify the syncing
 # with sister test `silentcxx.test'.
 for config_args in \
-  am_cv_CXX_dependencies_compiler_type=gcc \
+  am_cv_CXX_dependencies_compiler_type=gcc
 do
   ./configure $config_args --enable-silent-rules
   $MAKE >stdout || { cat stdout; Exit 1; }


hooks/post-receive
-- 
GNU Automake



reply via email to

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