]> git.ozlabs.org Git - ccan/commitdiff
Don't print full fail results on normal check
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 20 Oct 2009 04:05:25 +0000 (14:35 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 20 Oct 2009 04:05:25 +0000 (14:35 +1030)
Makefile

index a9b13ff36baa9787499bca4cba44995460148ffe..ec3df8251bdf7002c7fd53ccc9ff76ff1a333246 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ default: libccan.a
 
 include Makefile-ccan
 
 
 include Makefile-ccan
 
-check: $(ALL_TESTS:%=check-%)
+check: $(ALL_TESTS:%=summary-check-%)
 
 distclean: clean
        rm -f $(ALL_DEPENDS)
 
 distclean: clean
        rm -f $(ALL_DEPENDS)
@@ -34,6 +34,10 @@ $(ALL_DEPENDS): %/.depends: %/_info tools/ccan_depends
 
 # Actual dependencies are created in inter-depends
 check-%: tools/ccanlint/ccanlint
 
 # Actual dependencies are created in inter-depends
 check-%: tools/ccanlint/ccanlint
+       @tools/ccanlint/ccanlint -d ccan/$*
+
+# Doesn't test dependencies, doesn't print verbose fail results.
+summary-check-%: tools/ccanlint/ccanlint $(OBJFILES)
        @tools/ccanlint/ccanlint -s -d ccan/$*
 
 ccan/%/info: ccan/%/_info
        @tools/ccanlint/ccanlint -s -d ccan/$*
 
 ccan/%/info: ccan/%/_info