[PATCH 04/37] perf tools: Don't check configuration on make clean

2012-12-11 Thread Arnaldo Carvalho de Melo
From: Namhyung Kim 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.

[PATCH 04/37] perf tools: Don't check configuration on make clean

2012-12-11 Thread Arnaldo Carvalho de Melo
From: Namhyung Kim namhyung@lge.com 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