[apr] 01/04: Special case 'build' target

Stefan Fritsch sf at moszumanska.debian.org
Mon Dec 30 15:53:38 UTC 2013


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

sf pushed a commit to annotated tag debian/1.4.8-3
in repository apr.

commit eae1edfdc32e319317add4f28a5f76d94017d214
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat Nov 23 00:15:24 2013 +0100

    Special case 'build' target
    
    required because there is a directory 'build'
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f35996d..f6dcbf6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,10 @@ DEB_HOST_ARCH_OS    ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_HOST_ARCH_BITS  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
 DEB_HOST_MULTIARCH  ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-%:
+# The 'build' target needs special handling because there there is a directory
+# named 'build'.
+.PHONY: build
+build %:
 	dh $@ -B$(BUILDDIR) --parallel --with autotools_dev
 
 #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apr.git



More information about the Pkg-apache-commits mailing list