automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, ad-parallel-tests, updated.


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, ad-parallel-tests, updated. Release-1-10-290-gc4e2842
Date: Sat, 28 Mar 2009 21:55:51 +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=c4e28424e75dd75620064fd9a918249857855877

The branch, ad-parallel-tests has been updated
       via  c4e28424e75dd75620064fd9a918249857855877 (commit)
      from  1b67aa701d5d105dfbf0d2a4bb5ab70fbc0e5158 (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 c4e28424e75dd75620064fd9a918249857855877
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Mar 28 22:52:22 2009 +0100

    parallel-tests: do not mark check-TESTS as `.MAKE'.
    
    * lib/am/check.am [PARALLEL_TESTS] (.MAKE): Remove check-TESTS.
    This rule removes files, which should not be executed with BSD
    `make -n'.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                      |    5 +++++
 lib/Automake/tests/Makefile.in |    2 +-
 lib/am/check.am                |    1 -
 tests/Makefile.in              |    2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c09a49b..a33abf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-03-28  Ralf Wildenhues  <address@hidden>
 
+       parallel-tests: do not mark check-TESTS as `.MAKE'.
+       * lib/am/check.am [PARALLEL_TESTS] (.MAKE): Remove check-TESTS.
+       This rule removes files, which should not be executed with BSD
+       `make -n'.
+
        parallel-tests: warn about $(srcdir), $(top_srcdir) in TESTS.
        * automake.in (handle_tests): Warn about portability issue
        concerning generated TESTS files listed with a `$(srcdir)/'
diff --git a/lib/Automake/tests/Makefile.in b/lib/Automake/tests/Makefile.in
index 73e27ff..7cf3ca7 100644
--- a/lib/Automake/tests/Makefile.in
+++ b/lib/Automake/tests/Makefile.in
@@ -545,7 +545,7 @@ ps-am:
 
 uninstall-am:
 
-.MAKE: check-TESTS check-am check-html install-am install-strip
+.MAKE: check-am check-html install-am install-strip
 
 .PHONY: all all-am check check-TESTS check-am check-html clean \
        clean-generic distclean distclean-generic distdir dvi dvi-am \
diff --git a/lib/am/check.am b/lib/am/check.am
index b8b512e..1880de5 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -242,7 +242,6 @@ check-TESTS:
          set_logs=TEST_LOGS=;                                          \
        fi;                                                             \
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) $$set_logs
-.MAKE: check-TESTS
 
 
 ## -------------- ##
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 92b6031..183832a 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1259,7 +1259,7 @@ ps-am:
 
 uninstall-am:
 
-.MAKE: check-TESTS check-am check-html install-am install-strip
+.MAKE: check-am check-html install-am install-strip
 
 .PHONY: all all-am check check-TESTS check-am check-html clean \
        clean-generic clean-local distclean distclean-generic distdir \


hooks/post-receive
--
GNU Automake




reply via email to

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