Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/cdbs/1/class/makefile.mk
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-19 18:36:19 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-10-19 18:36:19 (GMT)
commit5932696b86baf5190db24fda0fc7ff6ee281808c (patch)
tree3a3ae38e8727c223df78be5cbd03c6f0a0909827 /debian/cdbs/1/class/makefile.mk
parent499ef154b499a53f5976ac443c86d76ae6a0159e (diff)
Update cdbs snippets.debian/0.82.11-2
* Update cdbs snippets: + Fix python-autotools.mk to run dh_py* scripts before dh_installinit. See bug#494288. + Fix makefile.mk to create check stamp dir for flavored builds. + Several minor improvements to upstream-tarball.mk.
Diffstat (limited to 'debian/cdbs/1/class/makefile.mk')
-rw-r--r--debian/cdbs/1/class/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/cdbs/1/class/makefile.mk b/debian/cdbs/1/class/makefile.mk
index 2f4e98f..86b1175 100644
--- a/debian/cdbs/1/class/makefile.mk
+++ b/debian/cdbs/1/class/makefile.mk
@@ -46,7 +46,7 @@ DEB_PHONY_RULES += makefile-clean $(cdbs_make_clean_nonstamps)
pre-build::
$(if $(cdbs_make_multibuilds),mkdir -p debian/stamp-makefile-build debian/stamp-makefile-install)
- $(and $(cdbs_make_multibuilds),$(not $(findstring nocheck,$(DEB_BUILD_OPTIONS))),$(DEB_MAKE_CHECK_TARGET),mkdir -p debian/stamp-makefile-check)
+ $(and $(cdbs_make_multibuilds),$(DEB_MAKE_CHECK_TARGET),mkdir -p debian/stamp-makefile-check)
common-build-arch common-build-indep:: $(cdbs_make_build_stamps)
$(cdbs_make_build_stamps):