[linux] 14/14: Explicitely make binary-* make targets depend on build-*

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Jan 18 20:20:29 UTC 2018


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

waldi pushed a commit to branch master
in repository linux.

commit 3a59f4711b9959203bb21656eaa84f92c2d2d045
Author: Bastian Blank <waldi at debian.org>
Date:   Thu Jan 18 20:09:48 2018 +0100

    Explicitely make binary-* make targets depend on build-*
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index abfbe83..c55afeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ endif
 
 binary:	binary-indep binary-arch
 
-binary-arch:
+binary-arch: build-arch
 	dh_testdir
 ifdef BUILD_STAGE1
 	$(MAKE) -f debian/rules.gen binary-libc-dev_$(DEB_HOST_ARCH)
@@ -54,7 +54,7 @@ else
 	$(MAKE) -f debian/rules.gen binary-arch_$(DEB_HOST_ARCH)
 endif
 
-binary-indep:
+binary-indep: build-indep
 	dh_testdir
 ifndef BUILD_STAGE1
 	$(MAKE) -f debian/rules.gen binary-indep

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