[Pkg-mailman-hackers] Pkg-mailman commit - rev 504 - trunk/debian

Thijs Kinkhorst thijs at alioth.debian.org
Sun Jun 24 12:14:44 UTC 2007


Author: thijs
Date: 2007-06-24 12:14:44 +0000 (Sun, 24 Jun 2007)
New Revision: 504

Modified:
   trunk/debian/rules
Log:
do not ignore errors from make clean


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-06-24 12:14:13 UTC (rev 503)
+++ trunk/debian/rules	2007-06-24 12:14:44 UTC (rev 504)
@@ -44,7 +44,7 @@
 
 clean: unpatch
 	dh_testdir
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -rf build-stamp Makefile debian/ucffiles debian/mailman.postinst.ucf
 	rm -f debian/mailman.postrm.ucf
 	dh_clean




More information about the Pkg-mailman-hackers mailing list