commit | 1b25ee0b18702ae8a6afff2db234bceab52bdd3c | [log] [tgz] |
---|---|---|
author | Yordan Karadzhov <ykaradzhov@vmware.com> | Fri Jun 14 13:26:57 2019 +0000 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Jul 05 17:30:54 2019 -0400 |
tree | f6d2f01a7e28e3b9d1b19a3da222e0f88116679e | |
parent | 180bc039a5d8b6b0a34ab34d87d399c90964f58a [diff] |
kernel-shark: Avoid TRACECMD_BIN_DIR being set to the build path The full path to the build directory (which is random for every user) is embedded in the final binary. This is a no-no for some Linux distros which are requiring that the finished binaries should not have such paths embedded in them. Link: http://lore.kernel.org/linux-trace-devel/20190614132609.16465-3-ykaradzhov@vmware.com Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=203187 Reported-by: Troy Engel <troyengel@gmail.com> Signed-off-by: Yordan Karadzhov <ykaradzhov@vmware.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>