[Pkg-ofed-commits] r721 - /branches/ofed-1.5.1lenny/libsdp/trunk/debian/rules

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Wed May 5 15:08:24 UTC 2010


Author: gmpc-guest
Date: Wed May  5 15:08:23 2010
New Revision: 721

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=721
Log:
Prevent clean from trampling over svn files

Modified:
    branches/ofed-1.5.1lenny/libsdp/trunk/debian/rules

Modified: branches/ofed-1.5.1lenny/libsdp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5.1lenny/libsdp/trunk/debian/rules?rev=721&op=diff
==============================================================================
--- branches/ofed-1.5.1lenny/libsdp/trunk/debian/rules (original)
+++ branches/ofed-1.5.1lenny/libsdp/trunk/debian/rules Wed May  5 15:08:23 2010
@@ -53,7 +53,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f config.sub config.guess
 
 




More information about the Pkg-ofed-commits mailing list