Re: [PATCH v1 1/1] tools/perf: try to make output directory

2016-01-28 Thread Arnaldo Carvalho de Melo
Em Thu, Jan 28, 2016 at 08:41:52PM +0200, Andy Shevchenko escreveu: > Instead of just complaining and fail try to create output directory fisrt like > it's done in main Linux kernel Makefile. That was intentionally disabled, please look at the changelog. - Arnaldo > Signed-off-by: Andy Shevchen

[PATCH v1 1/1] tools/perf: try to make output directory

2016-01-28 Thread Andy Shevchenko
Instead of just complaining and fail try to create output directory fisrt like it's done in main Linux kernel Makefile. Signed-off-by: Andy Shevchenko --- tools/build/Makefile | 2 +- tools/perf/Makefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/build/Makefile