Re: [PATCH] perf: Fix version when building out of tree - v2

2013-11-07 Thread Ingo Molnar
* David Ahern wrote: > When building perf out of tree > make perf-tar-src-pkg > tar -xf perf-.tar -C /tmp > cd /tmp/perf > make -C tools/perf > > you get the warning message: > make[1]: *** No rule to make target `kernelversion'. Stop. > > Fix by saving the perf version in

[PATCH] perf: Fix version when building out of tree - v2

2013-11-06 Thread David Ahern
When building perf out of tree make perf-tar-src-pkg tar -xf perf-.tar -C /tmp cd /tmp/perf make -C tools/perf you get the warning message: make[1]: *** No rule to make target `kernelversion'. Stop. Fix by saving the perf version in the tar file and using that for the out of