[Debian-ha-svn-commits] [SCM] corosync Debian packaging branch, master, updated. debian/1.2.1-3-14-g3c3b0c0

Guido Günther agx at sigxcpu.org
Mon Dec 13 15:39:54 UTC 2010


The following commit has been merged in the master branch:
commit 836c0ef1723f8d7b39eca1d4db95838d0607f04d
Author: Guido Günther <agx at sigxcpu.org>
Date:   Mon Dec 13 13:57:46 2010 +0100

    Don't ignore make clean errors

diff --git a/debian/rules b/debian/rules
index a0e2105..75691fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ build: configure-stamp
 
 clean:
 	dh_testdir
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean configure-stamp
 
 install: build

-- 
corosync Debian packaging



More information about the Debian-ha-svn-commits mailing list