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-829-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-829-g1e18d5d
Date: Fri, 27 May 2011 08:23:20 +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=1e18d5d0a71ef4152d1a90718ebf4b06b6b5ba56

The branch, master has been updated
       via  1e18d5d0a71ef4152d1a90718ebf4b06b6b5ba56 (commit)
      from  0f0c60a48899d1328f7094ed135d2a83bc07e27a (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 tests/Makefile.am |    4 ++--
 tests/Makefile.in |    4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4c436e5..8e77e2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-27  Stefano Lattarini  <address@hidden>
+
+       testsuite: each test case depends on `defs-static'
+       * tests/Makefile.am ($(TEST_LOGS)): Depends on `defs-static' too.
+       Simplify comments.
+
 2011-05-20  Stefano Lattarini  <address@hidden>
 
        testsuite: avoid re-running few tests with 'parallel-tests' option
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1c8e48c..d1a3cda 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1049,8 +1049,8 @@ $(parallel_tests)
 EXTRA_DIST += $(TESTS)
 
 
-# Each test case depends on defs, aclocal, and automake.
-$(TEST_LOGS): defs aclocal-$(APIVERSION) automake-$(APIVERSION)
+# Dependencies valid for each test case.
+$(TEST_LOGS): defs defs-static aclocal-$(APIVERSION) automake-$(APIVERSION)
 
 clean-local: clean-local-check
 .PHONY: clean-local-check
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 5b90af6..d0430bf 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1716,8 +1716,8 @@ $(instspc_tests): Makefile.am
 instspc-data.log: instspc-tests.sh
 $(instspc_tests:.test=.log): instspc-tests.sh instspc-data.log
 
-# Each test case depends on defs, aclocal, and automake.
-$(TEST_LOGS): defs aclocal-$(APIVERSION) automake-$(APIVERSION)
+# Dependencies valid for each test case.
+$(TEST_LOGS): defs defs-static aclocal-$(APIVERSION) automake-$(APIVERSION)
 
 clean-local: clean-local-check
 .PHONY: clean-local-check


hooks/post-receive
-- 
GNU Automake



reply via email to

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