[linux-tools] 01/03: Remove the redundant build-base stamp file
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Wed Oct 14 01:33:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux-tools.
commit 468eb97bf780ab76b2faa7af872f0168f1bbe5de
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Wed Oct 14 02:04:51 2015 +0100
Remove the redundant build-base stamp file
---
debian/rules | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 78f11b4..58b5d88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,9 @@ MAKEFLAGS += $(subst parallel=,-j,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
build: build-arch build-indep
-build-arch: debian/control $(STAMPS_DIR)/build-base
-$(STAMPS_DIR)/build-base: $(STAMPS_DIR)
+build-arch: debian/control $(STAMPS_DIR)
dh_testdir
$(MAKE) -f debian/rules.gen build
- touch $@
build-indep: debian/control
--
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