diff options
author | Josh Boyer <[email protected]> | 2014-01-22 10:01:48 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2014-01-23 15:48:12 -0300 |
commit | b935a58dbff457c27fd63e1e1bb29db20b2ee6a8 (patch) | |
tree | 0c93edc535a9c2d67adb471746813b0565c01500 /fs/jbd/commit.c | |
parent | bb236de5d9509c1c6ea5ce0680f000002e731ee2 (diff) |
perf tools: Fix traceevent plugin path definitions
The plugindir_SQ definition contains $(prefix) which is not needed as
the $(libdir) definition already contains prefix in it. This leads to
the path including an extra prefix in it, e.g. /usr/usr/lib64.
The -DPLUGIN_DIR defintion includes DESTDIR. This is incorrect, as it
sets the plugin search path to include the value of DESTDIR. DESTDIR is
a mechanism to install in a non-standard location such as a chroot or an
RPM build root. In the RPM case, this leads to the search path being
incorrect after the resulting RPM is installed (or in some cases an RPM
build failure).
Remove both of these unnecessary inclusions.
Signed-off-by: Josh Boyer <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions