linux-tools: Install traceevent plugins in /usr/lib/traceevent_<version>/plugins (Closes: #756429)

svn path=/dists/trunk/linux-tools/; revision=21646
This commit is contained in:
Ben Hutchings 2014-07-29 19:28:46 +00:00
parent a00c00dda5
commit 986ca4e776
2 changed files with 5 additions and 2 deletions

View File

@ -33,8 +33,9 @@ else ifeq ($(DEB_HOST_ARCH_CPU),sparc64)
KERNEL_ARCH_PERF = sparc
endif
# disable Gtk UI until it's more usable
MAKE_PERF := $(MAKE) prefix=/usr perfexecdir=share/perf_$(VERSION)-core NO_GTK2=1 NO_PERL=1 V=1 HAVE_CPLUS_DEMANGLE=1 ARCH=$(KERNEL_ARCH_PERF) EXTRA_WARNINGS=-Wno-error NO_LIBUNWIND=$(NO_LIBUNWIND)
# - disable Gtk UI until it's more usable
# - Include version in all directory names
MAKE_PERF := $(MAKE) prefix=/usr perfexecdir=share/perf_$(VERSION)-core plugindir=/usr/lib/traceevent_$(VERSION)/plugins NO_GTK2=1 NO_PERL=1 V=1 HAVE_CPLUS_DEMANGLE=1 ARCH=$(KERNEL_ARCH_PERF) EXTRA_WARNINGS=-Wno-error NO_LIBUNWIND=$(NO_LIBUNWIND)
all:
ifdef KERNEL_ARCH_PERF

2
debian/changelog vendored
View File

@ -8,6 +8,8 @@ linux-tools (3.16~rc7-1) UNRELEASED; urgency=medium
libsysfs to libudev
* perf: Build with V=1 as V=2 no longer works
* perf: Change build command to avoid a rebuild during 'make install'
* linux-tools: Install traceevent plugins in
/usr/lib/traceevent_<version>/plugins (Closes: #756429)
-- Ben Hutchings <ben@decadent.org.uk> Tue, 29 Jul 2014 18:08:55 +0100