[linux-tools] 01/13: rules.real: Only install tools/perf into linux-tools-$(VERSION)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Nov 5 22:56:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch jessie
in repository linux-tools.

commit d4b4a3d7c00db169152bc812e99095f142a4b110
Author: Ben Hutchings <benh at debian.org>
Date:   Fri Oct 17 12:58:42 2014 +0000

    rules.real: Only install tools/perf into linux-tools-$(VERSION)
    
    We were running 'make install' in the tools directory, which now
    includes usbip.
    
    (cherry picked from commit 85c3ccf8d66604304eafa372d5b62913a42a98c1)
---
 debian/rules.real | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules.real b/debian/rules.real
index 3ad38dd..62f651c 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -47,7 +47,7 @@ install-tools: $(STAMPS_DIR)/build
 	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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-tools.git



More information about the Kernel-svn-changes mailing list