automake-patches
[Top][All Lists]
Advanced

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

[PATCH 09] Mark check-html and check-TESTS as recursive for BSD make.


From: Ralf Wildenhues
Subject: [PATCH 09] Mark check-html and check-TESTS as recursive for BSD make.
Date: Sat, 14 Mar 2009 11:58:34 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

This makes for much more verbose BSD `make -n check' output.
Dunno if that is better in the end, but it should match more closely
what GNU make shows.

Cheers,
Ralf

    Mark check-html and check-TESTS as recursive for BSD make.
    
    * lib/am/check.am [PARALLEL_TESTS] (.MAKE): Add check-TESTS
    and check-html prerequisites.

diff --git a/lib/am/check.am b/lib/am/check.am
index dab0dc8..9a3c256 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -224,6 +224,7 @@ check-TESTS:
          rm -f $(TEST_SUITE_LOG) $(TEST_LOGS); \
        fi
        @$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG)
+.MAKE: check-TESTS
 
 
 ## -------------- ##
@@ -253,6 +254,7 @@ check-html:
          exit $$rv;                                            \
        fi
 .PHONY: check-html
+.MAKE: check-html
 
 else !%?PARALLEL_TESTS%
 




reply via email to

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