[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.4+dfsg-2-27-g9f85406

Mirco Bauer meebey at meebey.net
Sun Jun 14 03:36:38 UTC 2009


The following commit has been merged in the master branch:
commit 6b59ac5b724645ea3bf1a5ec5a0f0a4dc15db448
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sat Jun 13 22:44:56 2009 +0200

    build corlib 2.0 too

diff --git a/debian/rules b/debian/rules
index 0233b94..0238246 100755
--- a/debian/rules
+++ b/debian/rules
@@ -158,6 +158,8 @@ test-arch-stamp: configure-arch-stamp build-arch-stamp
 	cd mcs/mcs && LC_ALL=C $(MAKE) PROFILE=net_2_0
 
 	# ilasm needs PEAPI
+	# PEAPI needs mscorlib
+	cd mcs/class/corlib && LC_ALL=C $(MAKE) PROFILE=net_2_0
 	cd mcs/class/PEAPI && LC_ALL=C $(MAKE) NO_DIR_CHECK=1 PROFILE=net_2_0
 	# build ilasm
 	cd mcs/ilasm && LC_ALL=C $(MAKE) PROFILE=net_2_0

-- 
mono



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