[linux] 01/01: debian/rules.real: Define VERSION in tool builds again

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Mar 21 15:48:58 UTC 2016


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

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

commit df9fdb5217e8a0f2f44f7c29f76b9ca076704a1d
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Mar 21 14:01:38 2016 +0000

    debian/rules.real: Define VERSION in tool builds again
    
    The perf and lockdep makefiles use it in filenames.
---
 debian/rules.real | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules.real b/debian/rules.real
index 09796b4..0d04011 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -480,7 +480,7 @@ install-source: $(BUILD_DIR)/$(SOURCE_PACKAGE_NAME)-source-$(UPSTREAMVERSION).ta
 	+$(MAKE_SELF) install-base BUILDDEB_ARGS='-Zgzip -z1'
 
 define make-tools
-+mkdir -p $(BUILD_DIR)/build-tools/$(1) && $(MAKE_CLEAN) -C $(BUILD_DIR)/build-tools/$(1) -f $(CURDIR)/debian/rules.d/$(1)/Makefile top_srcdir=$(CURDIR) top_rulesdir=$(CURDIR)/debian/rules.d OUTDIR=$(1)
++mkdir -p $(BUILD_DIR)/build-tools/$(1) && $(MAKE_CLEAN) -C $(BUILD_DIR)/build-tools/$(1) -f $(CURDIR)/debian/rules.d/$(1)/Makefile top_srcdir=$(CURDIR) top_rulesdir=$(CURDIR)/debian/rules.d OUTDIR=$(1) VERSION=$(UPSTREAMVERSION)
 endef
 
 $(STAMPS_DIR)/build-tools:

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



More information about the Kernel-svn-changes mailing list