Re: [PATCH 01/24] perf tools: Fix 'make install prefix=...' build rule

From: Namhyung Kim
Date: Wed Sep 04 2013 - 04:35:48 EST


Hi Jiri,

On Sun, 1 Sep 2013 12:48:26 +0200, Jiri Olsa wrote:
> Currently we fail for following make command:
>
> $ sudo make install prefix=/opt/perf
> ...
> GEN python/perf.so
> install -d -m 755 '/opt/perf/bin'
> install perf '/opt/perf/bin'
> install perf-archive -t '/opt/perf/libexec/perf-core'
> install: accessing `/opt/perf/libexec/perf-core': No such file or directory
> make: *** [install-bin] Error 1
>
> Fixing this by properly creating '/opt/perf/libexec/perf-core'
> directory.
>

Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>

Thanks,
Namhyung
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/