From 11a8ecec5ac57a6d706522f8e7fae6906263cf32 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 29 Jul 2014 18:04:34 +0000 Subject: [PATCH] perf: Build with V=1 as V=2 no longer works svn path=/dists/trunk/linux-tools/; revision=21642 --- debian/build/tools/perf/Makefile | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/build/tools/perf/Makefile b/debian/build/tools/perf/Makefile index b42098ecf..303ec895a 100644 --- a/debian/build/tools/perf/Makefile +++ b/debian/build/tools/perf/Makefile @@ -34,7 +34,7 @@ else ifeq ($(DEB_HOST_ARCH_CPU),sparc64) 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=2 HAVE_CPLUS_DEMANGLE=1 ARCH=$(KERNEL_ARCH_PERF) EXTRA_WARNINGS=-Wno-error NO_LIBUNWIND=$(NO_LIBUNWIND) +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) all: ifdef KERNEL_ARCH_PERF diff --git a/debian/changelog b/debian/changelog index 78c4bc0af..5bc74f359 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ linux-tools (3.16~rc7-1) UNRELEASED; urgency=medium * genorig: Include new directory for usbip UAPI header * debian/control: Update Build-Depends for usbip switching from libsysfs to libudev + * perf: Build with V=1 as V=2 no longer works -- Ben Hutchings Tue, 29 Jul 2014 18:08:55 +0100