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 <[email protected]> Thanks, Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

