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.12-105-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.12-105-ge251673
Date: Sun, 13 May 2012 12:34:50 +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=e251673828b140ebfcabfc520bfe8c20e0f06e4f

The branch, master has been updated
       via  e251673828b140ebfcabfc520bfe8c20e0f06e4f (commit)
       via  d89da9c295ac67ce985270da16f45c4abd1a089a (commit)
       via  9c86ba6b75fc09d48e5c8b8c6f1178147430efed (commit)
      from  069d788020864a4a1b1c380ad41513c74d116c8b (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 e251673828b140ebfcabfc520bfe8c20e0f06e4f
Merge: 069d788 d89da9c
Author: Stefano Lattarini <address@hidden>
Date:   Sun May 13 14:10:25 2012 +0200

    Merge branch 'maint'
    
    * maint:
      tests: fix spurious failure due to i18n issue
      tests: add few missing 'cc' and 'c++' requirements

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

Summary of changes:
 t/lex-clean.sh                |    2 +-
 t/lex-depend.sh               |    2 +-
 t/lex-line.sh                 |    2 +-
 t/lex-nodist.sh               |    2 +-
 t/lex-pr204.sh                |    2 +-
 t/parallel-tests-fork-bomb.sh |    5 +++++
 t/silent-lex.sh               |    2 +-
 t/silent-yacc-headers.sh      |    2 +-
 t/silent-yacc.sh              |    2 +-
 t/yacc-bison-skeleton-cxx.sh  |    2 +-
 t/yacc-bison-skeleton.sh      |    2 +-
 t/yacc-clean-cxx.sh           |    2 +-
 t/yacc-cxx.sh                 |    2 +-
 t/yacc-d-cxx.sh               |    2 +-
 t/yacc-deleted-headers.sh     |    2 +-
 t/yacc-depend.sh              |    2 +-
 t/yacc-depend2.sh             |    2 +-
 t/yacc-dist-nobuild-subdir.sh |    2 +-
 t/yacc-line.sh                |    2 +-
 t/yacc-mix-c-cxx.sh           |    2 +-
 20 files changed, 24 insertions(+), 19 deletions(-)

diff --git a/t/lex-clean.sh b/t/lex-clean.sh
index 4213195..18cf32e 100755
--- a/t/lex-clean.sh
+++ b/t/lex-clean.sh
@@ -19,7 +19,7 @@
 # distributed .l sources are cleaned by "make maintainer-clean".
 # See also sister test 'lex-clean-cxx.test'.
 
-required=lex
+required='cc lex'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/lex-depend.sh b/t/lex-depend.sh
index 9487f4a..fce198d 100755
--- a/t/lex-depend.sh
+++ b/t/lex-depend.sh
@@ -17,7 +17,7 @@
 # Test to make sure automatic dependency tracking work with Lex/C.
 # Test suggested by PR automake/6.
 
-required=lex
+required='cc lex'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/lex-line.sh b/t/lex-line.sh
index 05b6f99..f690e7e 100755
--- a/t/lex-line.sh
+++ b/t/lex-line.sh
@@ -19,7 +19,7 @@
 # 'subdir-object' option enabled.
 # See also sister test 'yacc-line.test'.
 
-required=lex
+required='cc lex'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/lex-nodist.sh b/t/lex-nodist.sh
index 99e6b7b..2e90032 100755
--- a/t/lex-nodist.sh
+++ b/t/lex-nodist.sh
@@ -20,7 +20,7 @@
 # The tests 'yacc-nodist.test' and 'yacc-pr204.test' does similar checks
 # for yacc-generated .c and .h files.
 
-required=lex
+required='cc lex'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/lex-pr204.sh b/t/lex-pr204.sh
index 2e1b4e3..3ebb572 100755
--- a/t/lex-pr204.sh
+++ b/t/lex-pr204.sh
@@ -20,7 +20,7 @@
 # The tests 'yacc-nodist.test' and 'yacc-pr204.test' does similar checks
 # for yacc-generated .c and .h files.
 
-required=lex
+required='cc lex'
 . ./defs || Exit 1
 
 cat >> configure.ac <<'EOF'
diff --git a/t/parallel-tests-fork-bomb.sh b/t/parallel-tests-fork-bomb.sh
index 2f0016b..ceeeabe 100755
--- a/t/parallel-tests-fork-bomb.sh
+++ b/t/parallel-tests-fork-bomb.sh
@@ -21,6 +21,11 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
+# We don't want localized error messages from make, since we'll have
+# to grep them.  See automake bug#11452.
+LANG=C LANGUAGE=C LC_ALL=C
+export LANG LANGUAGE LC_ALL
+
 # The tricky part of this test is to avoid that make hangs or even
 # freezes the system in case infinite recursion (which is the bug we
 # are testing against) is encountered.  The following hacky makefile
diff --git a/t/silent-lex.sh b/t/silent-lex.sh
index 0e7bca5..fa9623c 100755
--- a/t/silent-lex.sh
+++ b/t/silent-lex.sh
@@ -16,7 +16,7 @@
 
 # Check silent-rules mode for Lex.
 
-required=lex
+required='cc lex'
 . ./defs || Exit 1
 
 mkdir sub
diff --git a/t/silent-yacc-headers.sh b/t/silent-yacc-headers.sh
index 5f12c18..f272270 100755
--- a/t/silent-yacc-headers.sh
+++ b/t/silent-yacc-headers.sh
@@ -17,7 +17,7 @@
 # Check silent-rules mode for Yacc, when yacc-generated headers are
 # involved (i.e., the '-d' option is in *YFLAGS).
 
-required=yacc
+required='cc yacc'
 . ./defs || Exit 1
 
 mkdir sub
diff --git a/t/silent-yacc.sh b/t/silent-yacc.sh
index 5cb3abc..4b493b5 100755
--- a/t/silent-yacc.sh
+++ b/t/silent-yacc.sh
@@ -17,7 +17,7 @@
 # Check silent-rules mode for Yacc.
 # Keep this in sync with sister test 'silent-yacc-gcc.test'.
 
-required=yacc
+required='cc yacc'
 . ./defs || Exit 1
 
 mkdir sub
diff --git a/t/yacc-bison-skeleton-cxx.sh b/t/yacc-bison-skeleton-cxx.sh
index 30f2543..f5d8545 100755
--- a/t/yacc-bison-skeleton-cxx.sh
+++ b/t/yacc-bison-skeleton-cxx.sh
@@ -17,7 +17,7 @@
 # Test to make sure bison + bison's C++ skeleton + C++ works.
 # For Automake bug#7648 and PR automake/491.
 
-required=bison
+required='c++ bison'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/yacc-bison-skeleton.sh b/t/yacc-bison-skeleton.sh
index b341401..8cf957b 100755
--- a/t/yacc-bison-skeleton.sh
+++ b/t/yacc-bison-skeleton.sh
@@ -17,7 +17,7 @@
 # Test to make sure bison + bison's skeleton works.
 # For Automake bug#7648 and PR automake/491.
 
-required=bison
+required='cc bison'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/yacc-clean-cxx.sh b/t/yacc-clean-cxx.sh
index ea21bff..d8ee1c6 100755
--- a/t/yacc-clean-cxx.sh
+++ b/t/yacc-clean-cxx.sh
@@ -20,7 +20,7 @@
 # "make maintainer-clean".
 # See also sister test 'yacc-clean.test'.
 
-required=yacc
+required='c++ yacc'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/yacc-cxx.sh b/t/yacc-cxx.sh
index 2af22ee..dfcc12a 100755
--- a/t/yacc-cxx.sh
+++ b/t/yacc-cxx.sh
@@ -18,7 +18,7 @@
 # headers are not involved).
 # Keep in sync with sister test 'yacc-basic.test'.
 
-required=yacc
+required='c++ yacc'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/yacc-d-cxx.sh b/t/yacc-d-cxx.sh
index 09d7a79..1f667c8 100755
--- a/t/yacc-d-cxx.sh
+++ b/t/yacc-d-cxx.sh
@@ -18,7 +18,7 @@
 # (i.e., '-d' in *YFLAGS).
 # Keep in sync with sister test 'yacc-d-basic.test'.
 
-required=yacc
+required='c++ yacc'
 . ./defs || Exit 1
 
 write_parse ()
diff --git a/t/yacc-deleted-headers.sh b/t/yacc-deleted-headers.sh
index 5ab8d87..3ac0254 100755
--- a/t/yacc-deleted-headers.sh
+++ b/t/yacc-deleted-headers.sh
@@ -16,7 +16,7 @@
 
 # Tests that we can recover from deleted headers generated by 'yacc -d'.
 
-required=yacc
+required='cc yacc'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/yacc-depend.sh b/t/yacc-depend.sh
index 73d64ad..04ddb52 100755
--- a/t/yacc-depend.sh
+++ b/t/yacc-depend.sh
@@ -17,7 +17,7 @@
 # Make sure depcomp does not needlessly update headers for yacc rules.
 # Report from Paolo Bonzini.
 
-required=yacc
+required='cc yacc'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/yacc-depend2.sh b/t/yacc-depend2.sh
index 879cc59..df48a0b 100755
--- a/t/yacc-depend2.sh
+++ b/t/yacc-depend2.sh
@@ -18,7 +18,7 @@
 # for yacc rules.  This test still fails with FreeBSD make (but passes
 # with NetBSD make).
 
-required=yacc
+required='cc yacc'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/yacc-dist-nobuild-subdir.sh b/t/yacc-dist-nobuild-subdir.sh
index 3fdae8d..6cb11ee 100755
--- a/t/yacc-dist-nobuild-subdir.sh
+++ b/t/yacc-dist-nobuild-subdir.sh
@@ -18,7 +18,7 @@
 # using yacc and the automake 'subdir-objects' option.
 # Exposes automake bug#8485.
 
-required=yacc
+required='cc yacc'
 . ./defs || Exit 1
 
 # This test is bounded to fail for any implementation that
diff --git a/t/yacc-line.sh b/t/yacc-line.sh
index ac6a0aa..090b72b 100755
--- a/t/yacc-line.sh
+++ b/t/yacc-line.sh
@@ -19,7 +19,7 @@
 # 'subdir-object' option enabled.
 # See also sister test 'lex-line.test'.
 
-required=yacc
+required='cc yacc'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/yacc-mix-c-cxx.sh b/t/yacc-mix-c-cxx.sh
index 8f72b35..d122942 100755
--- a/t/yacc-mix-c-cxx.sh
+++ b/t/yacc-mix-c-cxx.sh
@@ -17,7 +17,7 @@
 # Check that many different Yacc parsers (both C and C++) can co-exists
 # in the same directory.
 
-required=yacc
+required='cc c++ yacc'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'


hooks/post-receive
-- 
GNU Automake



reply via email to

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