[kernel] r19337 - dists/trunk/linux-tools/debian/build/tools/perf

Ben Hutchings benh at alioth.debian.org
Sun Aug 19 22:44:57 UTC 2012


Author: benh
Date: Sun Aug 19 22:44:35 2012
New Revision: 19337

Log:
Explicitly disable perf Gtk UI for now

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

Modified: dists/trunk/linux-tools/debian/build/tools/perf/Makefile
==============================================================================
--- dists/trunk/linux-tools/debian/build/tools/perf/Makefile	Sun Aug 19 22:08:13 2012	(r19336)
+++ dists/trunk/linux-tools/debian/build/tools/perf/Makefile	Sun Aug 19 22:44:35 2012	(r19337)
@@ -30,7 +30,8 @@
   KERNEL_ARCH_PERF = sparc
 endif
 
-MAKE_PERF := $(MAKE) prefix=/usr perfexecdir=share/perf_$(VERSION)-core NO_PERL=1 V=2 HAVE_CPLUS_DEMANGLE=1 ARCH=$(KERNEL_ARCH_PERF) EXTRA_WARNINGS=-Wno-error
+# 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=2 HAVE_CPLUS_DEMANGLE=1 ARCH=$(KERNEL_ARCH_PERF) EXTRA_WARNINGS=-Wno-error
 
 all:
 ifdef KERNEL_ARCH_PERF



More information about the Kernel-svn-changes mailing list