[kernel] r21958 - dists/trunk/linux-tools/debian

Ben Hutchings benh at moszumanska.debian.org
Fri Oct 17 12:58:42 UTC 2014


Author: benh
Date: Fri Oct 17 12:58:42 2014
New Revision: 21958

Log:
rules.real: Only install tools/perf into linux-tools-$(VERSION)

We were running 'make install' in the tools directory, which now
includes usbip.

Modified:
   dists/trunk/linux-tools/debian/rules.real

Modified: dists/trunk/linux-tools/debian/rules.real
==============================================================================
--- dists/trunk/linux-tools/debian/rules.real	Fri Oct 17 12:05:30 2014	(r21957)
+++ dists/trunk/linux-tools/debian/rules.real	Fri Oct 17 12:58:42 2014	(r21958)
@@ -47,7 +47,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k -d
-	$(MAKE) -C $(BUILD_DIR)/tools install top_srcdir=$(CURDIR) DESTDIR=$(DIR)
+	$(MAKE) -C $(BUILD_DIR)/tools/perf install top_srcdir=$(CURDIR) DESTDIR=$(DIR)
 	dh_perl /usr/share/perf_$(VERSION)-core/scripts/perl/Perf-Trace-Util/lib/
 	dh_python2 /usr/share/perf_$(VERSION)-core/scripts/python/Perf-Trace-Util/lib/
 	dh_installchangelogs



More information about the Kernel-svn-changes mailing list