Re: [PATCH 05/32] perf kbuild: fix recursive invocation of config/features-checks

2014-06-03 Thread David Ahern
you are missing a commit message as to why the below change is needed. What happens without this patch. What happens with this patch. David On 6/3/14, 4:05 PM, Alexis Berlemont wrote: --- tools/perf/Makefile.kbuild | 2 +- tools/perf/config/Makefile | 4 ++-- 2 files changed, 3 insertions(

[PATCH 05/32] perf kbuild: fix recursive invocation of config/features-checks

2014-06-03 Thread Alexis Berlemont
--- tools/perf/Makefile.kbuild | 2 +- tools/perf/config/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/perf/Makefile.kbuild b/tools/perf/Makefile.kbuild index 1e3621f..b2d0d08 100644 --- a/tools/perf/Makefile.kbuild +++ b/tools/perf/Makefile.kbuild @@ -90,