perf tools: Implement summary output for 'make clean'
authorIngo Molnar <mingo@kernel.org>
Wed, 9 Oct 2013 09:49:26 +0000 (11:49 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 11 Oct 2013 15:18:06 +0000 (12:18 -0300)
commit8ec19c0eba73d7221e93e993c1c8bd62484354e9
tree9b06bca1c3f0388c66a7005a34bbf4a01d25f655
parentcee972c0e6940ec75bab2d02f37e96d06ce143eb
perf tools: Implement summary output for 'make clean'

'make clean' used to show all the rm lines, which isn't really
informative in any way and spams the console.

Implement summary output:

  comet:~/tip/tools/perf> make clean
   CLEAN libtraceevent
   CLEAN liblk
   CLEAN config
   CLEAN core-objs
   CLEAN core-progs
   CLEAN core-gen
   CLEAN Documentation
   CLEAN python

'make clean V=1' will still show the old, detailed output.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1381312169-17354-2-git-send-email-mingo@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/Makefile
tools/perf/Makefile.perf
tools/perf/config/utilities.mak
tools/scripts/Makefile.include