From: Namhyung Kim Date: Wed, 14 Nov 2012 04:39:50 +0000 (+0900) Subject: perf tools: Don't check configuration on make clean X-Git-Tag: v3.9-rc1~173^2~14^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cde41b0d63d0550ac9c8352f1ce0ea516690f46;p=pandora-kernel.git 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 Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1352867990-658-1-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed