[Pkg-ofed-commits] r679 - in /trunk: libsdp/trunk/debian/ opensm/trunk/debian/ p...
opensides-guest at alioth.debian.org
opensides-guest at alioth.debian.org
Wed Feb 24 14:57:45 UTC 2010
Author: opensides-guest
Date: Wed Feb 24 14:57:44 2010
New Revision: 679
URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=679
Log:
- Fixing the leftover from my packages debugging
Modified:
trunk/libsdp/trunk/debian/rules
trunk/opensm/trunk/debian/rules
trunk/perftest/trunk/debian/rules
Modified: trunk/libsdp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/libsdp/trunk/debian/rules?rev=679&op=diff
==============================================================================
--- trunk/libsdp/trunk/debian/rules (original)
+++ trunk/libsdp/trunk/debian/rules Wed Feb 24 14:57:44 2010
@@ -56,8 +56,6 @@
[ ! -f Makefile ] || $(MAKE) distclean
rm -f config.sub config.guess
- -find $(CURDIR) -type d -name ".svn" -exec rm -rf {} \;
-
dh_clean
install: build
Modified: trunk/opensm/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/opensm/trunk/debian/rules?rev=679&op=diff
==============================================================================
--- trunk/opensm/trunk/debian/rules (original)
+++ trunk/opensm/trunk/debian/rules Wed Feb 24 14:57:44 2010
@@ -48,8 +48,6 @@
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean
rm -f config.sub config.guess
-
- -find $(CURDIR) -type d -name ".svn" -exec rm -rf {} \;
dh_clean
Modified: trunk/perftest/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/perftest/trunk/debian/rules?rev=679&op=diff
==============================================================================
--- trunk/perftest/trunk/debian/rules (original)
+++ trunk/perftest/trunk/debian/rules Wed Feb 24 14:57:44 2010
@@ -40,8 +40,6 @@
# Add here commands to clean up after the build process.
$(MAKE) clean
- -find $(CURDIR) -type d -name ".svn" -exec rm -rf {} \;
-
dh_clean
install: build
More information about the Pkg-ofed-commits
mailing list