]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - tools/perf/Documentation/Makefile
tools: Get only verbose output with V=1
[mirror_ubuntu-bionic-kernel.git] / tools / perf / Documentation / Makefile
index eb30044a922a3fa2669371c859eadc231083635f..f75175757892272847e97c22ef6493052450fb70 100644 (file)
@@ -150,7 +150,7 @@ NO_SUBDIR = :
 endif
 
 ifneq ($(findstring $(MAKEFLAGS),s),s)
-ifndef V
+ifneq ($(V),1)
        QUIET_ASCIIDOC  = @echo '   ' ASCIIDOC $@;
        QUIET_XMLTO     = @echo '   ' XMLTO $@;
        QUIET_DB2TEXI   = @echo '   ' DB2TEXI $@;