[pkg-lighttpd] r352 - spawn-fcgi/trunk/debian

eloy at alioth.debian.org eloy at alioth.debian.org
Wed Mar 11 10:46:42 UTC 2009


Author: eloy
Date: 2009-03-11 10:46:41 +0000 (Wed, 11 Mar 2009)
New Revision: 352

Modified:
   spawn-fcgi/trunk/debian/rules
Log:
conditional clean

Modified: spawn-fcgi/trunk/debian/rules
===================================================================
--- spawn-fcgi/trunk/debian/rules	2009-03-11 10:44:44 UTC (rev 351)
+++ spawn-fcgi/trunk/debian/rules	2009-03-11 10:46:41 UTC (rev 352)
@@ -22,7 +22,7 @@
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean
 




More information about the pkg-lighttpd-maintainers mailing list