r353 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Tue Jul 10 08:10:19 UTC 2007


Author: madduck
Date: 2007-07-10 08:10:19 +0000 (Tue, 10 Jul 2007)
New Revision: 353

Modified:
   mdadm/trunk/debian/rules
Log:
only ignore clean errors if Makefile is missing

Modified: mdadm/trunk/debian/rules
===================================================================
--- mdadm/trunk/debian/rules	2007-07-10 08:01:14 UTC (rev 352)
+++ mdadm/trunk/debian/rules	2007-07-10 08:10:19 UTC (rev 353)
@@ -61,7 +61,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f mdadm.udeb mdadm
 	dh_clean
 	debconf-updatepo




More information about the pkg-mdadm-commits mailing list