]> Pileus Git - ~andy/linux/commit
perf tools: Don't check configuration on make clean
authorNamhyung Kim <namhyung.kim@lge.com>
Wed, 14 Nov 2012 04:39:50 +0000 (13:39 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 9 Dec 2012 11:46:04 +0000 (08:46 -0300)
commit3cde41b0d63d0550ac9c8352f1ce0ea516690f46
treec64f86746e0f88b220266046de3b912a0fc86e97
parentb56e53312d445967f6bdb91e5667c56755e47450
perf tools: Don't check configuration on make clean

Current perf build process checks various system configuration on
invocation to make.  But this is not needed just for cleaning.

To do that, move some of python related variables out of conditional
since 'clean' target needs them.  Normal path should not be affected by
this.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1352867990-658-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/Makefile
tools/perf/Makefile