diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-10-09 13:43:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-12 10:14:28 +0900 |
commit | 4f3c1dc5d6aa4330fd12dea95564631cfd7da377 (patch) | |
tree | 8aaa1786dd8b0a28c98dde8559f739d229d7cb05 /diff-no-index.c | |
parent | Git 2.23 (diff) | |
download | tgif-4f3c1dc5d6aa4330fd12dea95564631cfd7da377.tar.xz |
Makefile: respect $(V) in %.cocci.patch target
When the %.cocci.patch target was defined in 63f0a758a0 (add coccicheck
make target, 2016-09-15), it included a mechanism to suppress the noisy
output, similar to the $(QUIET_<x>) family of variables.
In the case where one wants to inspect the output hidden by
$(QUIET_<x>), one could define $(V) for verbose output. In the
%.cocci.patch target, this was not implemented.
Move the output suppression into the $(QUIET_SPATCH) variable which is
used like the other $(QUIET_<x>) variables. While we're at it, change
the number of spaces printed from 5 to 4, like the other variables
there.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff-no-index.c')
0 files changed, 0 insertions, 0 deletions