summaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/Makefile
diff options
context:
space:
mode:
authorRobert Richter2013-05-03 15:49:53 +0200
committerArnaldo Carvalho de Melo2013-07-08 22:31:34 +0200
commit5125bc22e7871b46e71312d6cc4455e9eea1619d (patch)
tree27a9d972309b9f3b687a0ea92a3cfde91c3f7559 /tools/perf/Documentation/Makefile
parentperf: Fix interrupt handler timing harness (diff)
downloadkernel-qcow2-linux-5125bc22e7871b46e71312d6cc4455e9eea1619d.tar.gz
kernel-qcow2-linux-5125bc22e7871b46e71312d6cc4455e9eea1619d.tar.xz
kernel-qcow2-linux-5125bc22e7871b46e71312d6cc4455e9eea1619d.zip
tools: Get only verbose output with V=1
Fix having verbose build with V=0, e.g: make V=0 -C tools/ perf Signed-off-by: Robert Richter <robert.richter@calxeda.com> Link: http://lkml.kernel.org/r/20130503134953.GU8356@rric.localhost Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/Makefile')
-rw-r--r--tools/perf/Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
index eb30044a922a..f75175757892 100644
--- a/tools/perf/Documentation/Makefile
+++ b/tools/perf/Documentation/Makefile
@@ -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 $@;