[Pkg-mono-svn-commits] [SCM] moon branch, master, updated. upstream/2.3-47-g8f32d36

Jo Shields directhex at apebox.org
Fri Nov 5 00:58:24 UTC 2010


The following commit has been merged in the master branch:
commit b9099bee6c814960457ecdf08178cdf566a8980b
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Nov 4 23:33:17 2010 +0000

    fix double-build once & for all
    (Historic bzr commit from Wed 2010-02-03 14:46:41 +0000)

diff --git a/debian/rules b/debian/rules
index 643a923..26e8136 100644
--- a/debian/rules
+++ b/debian/rules
@@ -33,8 +33,8 @@ clean:
 	rm -fr monoprefix
 	rm -f *-stamp
 	# distclean misses stuff
-	#find is so fucking obtuse
-	#find . -path ./mono-2-6 -prune -o -name "Makefile" -depth -delete
+	#find is so fucking obtuse, i give up on it & declare grep my new master
+	find . -name "Makefile" | grep -v 'mono-2-6\|mono-basic-2-6' | xargs rm -f
 	find -name "*.mdb" -delete
 	find -name ".stamp" -delete
 	rm -f mono-basic-2-6/tools/moonlight/*.exe*
@@ -66,7 +66,6 @@ clean:
 	rm -f tools/sockpol/sockpol
 	rm -f moon.pc moonlight.spec
 	rm -f src/codec-version.h src/drm.h src/fullscreen.h src/incomplete-support.h
-	rm -f Makefile
 	dh_prep
 	dh_clean
 

-- 
moon



More information about the Pkg-mono-svn-commits mailing list