perf: Build with V=1 as V=2 no longer works

svn path=/dists/trunk/linux-tools/; revision=21642
This commit is contained in:
Ben Hutchings 2014-07-29 18:04:34 +00:00
parent 41b28afb6c
commit 11a8ecec5a
2 changed files with 2 additions and 1 deletions

View File

@ -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

1
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Tue, 29 Jul 2014 18:08:55 +0100