X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=d1e08a375277269a1004d301487a9a01621b0154;hp=a9dfed10f03844bc0c86e029b823a12373df4a8d;hb=17a81baf84a9c8f89603173be3169a0a2017702d;hpb=214086cfafb1f5bf7785a29f4497f3adf196ed8b diff --git a/Makefile b/Makefile index a9dfed10..d1e08a37 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ $(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)