[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental, updated. debian/2.6.7-5-88-gbf09b22
Mirco Bauer
meebey at meebey.net
Wed Apr 6 22:12:00 UTC 2011
The following commit has been merged in the master-experimental branch:
commit f262b9f30d0afa63463e122bf6e442be244f6be5
Author: Mirco Bauer <meebey at meebey.net>
Date: Mon Apr 4 22:05:00 2011 +0200
Added debian/find-icalls.sh helper script which finds internal calls from the source tree
diff --git a/debian/find-icalls.sh b/debian/find-icalls.sh
new file mode 100755
index 0000000..1e8ac33
--- /dev/null
+++ b/debian/find-icalls.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+grep MethodImplOptions.InternalCall * -r | cut -d '/' -f 1 | sort | uniq
--
mono
More information about the Pkg-mono-svn-commits
mailing list