[Dh-make-php-commits] r283 - trunk

steinm at alioth.debian.org steinm at alioth.debian.org
Wed Aug 29 15:11:19 UTC 2007


Author: steinm
Date: 2007-08-29 15:11:19 +0000 (Wed, 29 Aug 2007)
New Revision: 283

Modified:
   trunk/pear.mk
Log:
- call 'rm' fail safe in clean target


Modified: trunk/pear.mk
===================================================================
--- trunk/pear.mk	2007-08-29 14:56:16 UTC (rev 282)
+++ trunk/pear.mk	2007-08-29 15:11:19 UTC (rev 283)
@@ -47,7 +47,7 @@
 	ln -f -s ../package.xml $(PEAR_SOURCE_DIR)
 
 clean::
-	rm -f $(PEAR_PKG)-*/package.xml
+	-rm -f $(PEAR_PKG)-*/package.xml
 
 common-install-indep::
 	# install everything in default locations




More information about the Dh-make-php-commits mailing list