r2289 - trunk/varnish-cache/debian
    ssm at projects.linpro.no 
    ssm at projects.linpro.no
       
    Tue Dec 11 07:10:47 CET 2007
    
    
  
Author: ssm
Date: 2007-12-11 07:10:47 +0100 (Tue, 11 Dec 2007)
New Revision: 2289
Modified:
   trunk/varnish-cache/debian/rules
Log:
Debian packaging: do not ignore all errors from make distclean
Modified: trunk/varnish-cache/debian/rules
===================================================================
--- trunk/varnish-cache/debian/rules	2007-12-11 05:46:43 UTC (rev 2288)
+++ trunk/varnish-cache/debian/rules	2007-12-11 06:10:47 UTC (rev 2289)
@@ -49,7 +49,7 @@
 	dh_testroot
 	rm -f build-stamp 
 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
    
    
More information about the varnish-commit
mailing list