perf tools: Makefile: Use $(QUIET_GEN) for perf.so
authorMichael Witten <mfwitten@gmail.com>
Fri, 4 Feb 2011 04:10:55 +0000 (22:10 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 7 Feb 2011 10:38:03 +0000 (08:38 -0200)
So that we get this:

    CC /home/acme/git/build/perf/bench/mem-memcpy-x86-64-asm.o
    GEN perf-archive
*   GEN /home/acme/git/build/perf/python/perf.so
    CC /home/acme/git/build/perf/builtin-annotate.o

Instead of silently building the python binding.

LKML-Reference: <1296890359-22659-1-git-send-email-mfwitten@gmail.com>
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile

index be3eb1dc9a5af57d6f6c562e2f6fce31315d5f77..94f73abdc56a5f8fb24a06a1e58ad11f24a999d3 100644 (file)
@@ -326,7 +326,7 @@ grep-libs = $(filter -l%,$(1))
 strip-libs = $(filter-out -l%,$(1))
 
 $(OUTPUT)python/perf.so: $(PYRF_OBJS)
-       @python util/setup.py --quiet  build_ext --build-lib='$(OUTPUT)python' \
+       $(QUIET_GEN)python util/setup.py --quiet  build_ext --build-lib='$(OUTPUT)python' \
                                                --build-temp='$(OUTPUT)python/temp'
 #
 # No Perl scripts right now: