Re: [PATCH v2 1/2] perf tools: Fix make PYTHON override

2014-07-31 Thread Arnaldo Carvalho de Melo
Em Tue, Jul 29, 2014 at 03:57:19PM +0900, Namhyung Kim escreveu: > Thomas reported that make PYTHON=python2 is not work on some systems. > I can reproduce it on my ArchLinux box too. > > This is because it's overridden by config/feature-checks/Makefile > regardless of PYTHON setting. I guess it's

[PATCH v2 1/2] perf tools: Fix make PYTHON override

2014-07-28 Thread Namhyung Kim
Thomas reported that make PYTHON=python2 is not work on some systems. I can reproduce it on my ArchLinux box too. This is because it's overridden by config/feature-checks/Makefile regardless of PYTHON setting. I guess it's a bug slipped into during the feature checking change. Actually, we don't