automake-patches
[Top][All Lists]
Advanced

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

[FYI] {master} testsuite: each test case depends on `defs-static'


From: Stefano Lattarini
Subject: [FYI] {master} testsuite: each test case depends on `defs-static'
Date: Fri, 27 May 2011 10:22:03 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

* tests/Makefile.am ($(TEST_LOGS)): Depends on `defs-static' too.
Simplify comments.
---
 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
-- 
1.7.2.3




reply via email to

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