[linux] 01/04: debian/rules.real: Stop using undefined $)BUILD_TARGET)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Aug 21 02:09:31 UTC 2017


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

benh pushed a commit to branch master
in repository linux.

commit 2b5b06c9609d7a3e29a0ff1b03f1189cbb8c7935
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Aug 19 00:56:42 2017 +0100

    debian/rules.real: Stop using undefined $)BUILD_TARGET)
---
 debian/rules.real | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules.real b/debian/rules.real
index 1668e84..39a072b 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -185,7 +185,7 @@ $(STAMPS_DIR)/build_$(ARCH)_$(FEATURESET)_$(FLAVOUR): DIR=$(BUILD_DIR)/build_$(A
 $(STAMPS_DIR)/build_$(ARCH)_$(FEATURESET)_$(FLAVOUR): $(STAMPS_DIR)/setup_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
 
 $(STAMPS_DIR)/build_$(ARCH)_$(FEATURESET)_$(FLAVOUR):
-	+$(MAKE_CLEAN) -C '$(DIR)' $(BUILD_TARGET)
+	+$(MAKE_CLEAN) -C '$(DIR)'
 	debian/bin/buildcheck.py $(DIR) $(ARCH) $(FEATURESET) $(FLAVOUR)
 	@$(stamp)
 

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