r354 - mdadm/trunk/debian

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


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

Modified:
   mdadm/trunk/debian/rules
Log:
use proper clean target

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




More information about the pkg-mdadm-commits mailing list