linux-tools: Split up MAKE_PERF definition some more

svn path=/dists/sid/linux-tools/; revision=21909
This commit is contained in:
Ben Hutchings 2014-09-27 02:01:14 +00:00
parent 5e54999ac5
commit 3c43bbca49
1 changed files with 7 additions and 3 deletions

View File

@ -35,9 +35,13 @@ else ifeq ($(DEB_HOST_ARCH_CPU),sparc64)
KERNEL_ARCH_PERF = sparc
endif
# - 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 ARCH=$(KERNEL_ARCH_PERF) EXTRA_WARNINGS=-Wno-error NO_LIBUNWIND=$(NO_LIBUNWIND)
MAKE_PERF := $(MAKE) prefix=/usr V=1 ARCH=$(KERNEL_ARCH_PERF) EXTRA_WARNINGS=-Wno-error NO_LIBUNWIND=$(NO_LIBUNWIND)
# Disable Gtk UI until it's more usable
MAKE_PERF += NO_GTK2=1
# Include version in all directory names
MAKE_PERF += perfexecdir=share/perf_$(VERSION)-core plugindir=/usr/lib/traceevent_$(VERSION)/plugins
# perf can link against libbfd if available, but the result is
# undistributable as they are licenced under GPL v2 and v3+