[med-svn] r341 - trunk/packages/ctn/ctn/debian

thijs at alioth.debian.org thijs at alioth.debian.org
Sun Jun 24 12:08:06 UTC 2007


Author: thijs
Date: 2007-06-24 12:08:06 +0000 (Sun, 24 Jun 2007)
New Revision: 341

Modified:
   trunk/packages/ctn/ctn/debian/rules
Log:
return errors from make clean


Modified: trunk/packages/ctn/ctn/debian/rules
===================================================================
--- trunk/packages/ctn/ctn/debian/rules	2007-06-21 01:27:16 UTC (rev 340)
+++ trunk/packages/ctn/ctn/debian/rules	2007-06-24 12:08:06 UTC (rev 341)
@@ -37,7 +37,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f debian/ctn*.postinst.* debian/ctn*.prerm.*
 	rm -f debian/ctnmake.debian.mysql.options.full debian/test-sizes
 	rm -f facilities/dicom/intsizes.h




More information about the debian-med-commit mailing list