[Pkg-zenoss-commits] r357 - /trunk/packages/wmi/debian/rules

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Thu Feb 14 21:12:37 UTC 2008


Author: bzed
Date: Thu Feb 14 21:12:37 2008
New Revision: 357

URL: http://svn.debian.org/wsvn/pkg-zenoss/?sc=1&rev=357
Log:
better cleaning

Modified:
    trunk/packages/wmi/debian/rules

Modified: trunk/packages/wmi/debian/rules
URL: http://svn.debian.org/wsvn/pkg-zenoss/trunk/packages/wmi/debian/rules?rev=357&op=diff
==============================================================================
--- trunk/packages/wmi/debian/rules (original)
+++ trunk/packages/wmi/debian/rules Thu Feb 14 21:12:37 2008
@@ -56,7 +56,8 @@
 	#restoring original winexesvc_exe.c_orig if we need to do so
 	-mv winexesvc_exe.c_orig Samba/source/winexe/winexesvc/winexesvc_exe.c
 
-	make clean
+	[ ! -f Samba/source/Makefile ] || make clean
+	[ ! -f Samba/source/Makefile ] || (cd Samba/source; make distclean; )
 	rm -f Samba/source/heimdal/lib/des/hcrypto
 
 	dh_clean 




More information about the Pkg-zenoss-commits mailing list