]> Git Repo - linux.git/commit
perf tools: Fix the detached tarball wrt rbtree copy
authorArnaldo Carvalho de Melo <[email protected]>
Thu, 9 Jul 2015 19:23:57 +0000 (16:23 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 9 Jul 2015 19:23:57 +0000 (16:23 -0300)
commitf3efe3a07e0060dc5d6c41644733e49c7bd50a5b
tree4369889849cd3ddf91652352b14e6986e6fa9b2c
parent08ae217b8d44986062fe3648c5bb83816d5bc00f
perf tools: Fix the detached tarball wrt rbtree copy

The python binding build process was still looking at the kernel
rbtree.c file, so, when doing a in-tree build it would work, but when
creating a tarball using tools/perf/MANIFEST as the contents list and
then trying to build the resulting detached sources, it failed.

Fix it by removing one level of indirection from rbtree.c in the
tools/perf/util/python-ext-sources file.

Cc: Adrian Hunter <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/python-ext-sources
This page took 0.054635 seconds and 4 git commands to generate.