Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-11-11 18:07:33 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-11-11 18:07:33 (GMT)
commit5d570f3f6f653a5255ea5409b6871eb3c8d610c7 (patch)
treef22fb7890df427ac61f037db0b4ec28936083cc5
parentab81ff2de0fcd3210b66f48365d9f860919dc709 (diff)
Update CDBS snippet makefile.mk: Cleanup check stamp dir for flavored builds. Fixing failure to build twice in a row.
-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 86b1175..7a50962 100644
--- a/debian/cdbs/1/class/makefile.mk
+++ b/debian/cdbs/1/class/makefile.mk
@@ -74,7 +74,7 @@ $(cdbs_make_check_stamps) : debian/stamp-makefile-check% : debian/stamp-makefile
$(if $(DEB_MAKE_CHECK_TARGET),touch $@)
makefile-clean::
- $(if $(DEB_MAKE_CHECK_TARGET),rm -f debian/stamp-makefile-check)
+ $(if $(DEB_MAKE_CHECK_TARGET),$(if $(cdbs_make_multibuilds),-rmdir --ignore-fail-on-non-empty debian/stamp-makefile-check,rm -f debian/stamp-makefile-check))
$(cdbs_make_clean_nonstamps)::
$(if $(cdbs_make_multibuilds),rm -f $(@:makefile-clean%=debian/stamp-makefile-check%))