[Pkg-ofed-commits] r723 - /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:33:41 UTC 2010


Author: gmpc-guest
Date: Wed May  5 15:33:40 2010
New Revision: 723

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=723
Log:
Need distclean after all; upstream distibutes half configured source tree;
need to distclean before attempting a build...

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=723&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:33:40 2010
@@ -53,8 +53,8 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) clean
-	rm -f config.sub config.guess config.status
+	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -f config.sub config.guess 
 
 
 	dh_clean 




More information about the Pkg-ofed-commits mailing list