Messages in this thread |  | | Date | Fri, 01 Nov 2013 07:30:40 -0600 | From | David Ahern <> | Subject | Re: perf version not set when building out of tree |
| |
On 11/1/13, 1:02 AM, Ingo Molnar wrote: > > * David Ahern <dsahern@gmail.com> wrote: > >> When building out of tree: >> >> make perf-tar-src-pkg > > What's the canonical way to build a perf tarball? I didn't find any > makefile target for that.
Perhaps I misunderstand your question. From the top-level of a kernel tree: $ make help | grep perf
perf-tar-src-pkg - Build perf-3.12.0-rc5.tar source tarball perf-targz-src-pkg - Build perf-3.12.0-rc5.tar.gz source tarball perf-tarbz2-src-pkg - Build perf-3.12.0-rc5.tar.bz2 source tarball perf-tarxz-src-pkg - Build perf-3.12.0-rc5.tar.xz source tarball
David
|  |