]> git.ozlabs.org Git - ccan/blobdiff - Makefile
tools: Consolidate gcov handling
[ccan] / Makefile
index c170631eb14a485ba8eec225e123e2b28e644b2e..d1e08a375277269a1004d301487a9a01621b0154 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,12 +71,11 @@ $(LINT): $(LINT).c $(LINT_OBJS)
 TEST_DEPS := $(MODULES:%=%/.d)
 
 # We produce .ok files when the tests succeed
-%.ok: $(LINT)
+%.ok: $(LINT) %info
        $(PRE)$(LINT) $(LINT_OPTS$(notdir $@)) --deps-fail-ignore $(LINTFLAGS) $(dir $*) && touch $@
 
 check: $(MODULES:%=%/.ok)
 fastcheck: $(MODULES:%=%/.fast.ok)
-fullcheck: $(MODULES:%=%/.full.ok)
 
 ifeq ($(strip $(filter clean config.h, $(MAKECMDGOALS))),)
 -include $(DEPS) $(LINT_DEPS) $(TOOLS_DEPS) $(TEST_DEPS)