[kernel] r21909 - dists/sid/linux-tools/debian/build/tools/perf

Ben Hutchings benh at moszumanska.debian.org
Sat Sep 27 02:01:17 UTC 2014


Author: benh
Date: Sat Sep 27 02:01:14 2014
New Revision: 21909

Log:
linux-tools: Split up MAKE_PERF definition some more

Modified:
   dists/sid/linux-tools/debian/build/tools/perf/Makefile

Modified: dists/sid/linux-tools/debian/build/tools/perf/Makefile
==============================================================================
--- dists/sid/linux-tools/debian/build/tools/perf/Makefile	Sat Sep 27 01:54:29 2014	(r21908)
+++ dists/sid/linux-tools/debian/build/tools/perf/Makefile	Sat Sep 27 02:01:14 2014	(r21909)
@@ -35,9 +35,13 @@
   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+



More information about the Kernel-svn-changes mailing list