[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:44 UTC 2009


The following commit has been merged in the master branch:
commit 0513f2a99a92b3be716a61937c36260983ca37ee
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Jun 14 03:08:29 2009 +0200

    what a birth

diff --git a/debian/rules b/debian/rules
index ae906a0..74c3f4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,8 +142,10 @@ test-arch-stamp: configure-arch-stamp build-arch-stamp
 		echo "MONO_VERSION = $(UPVERSION)" >> mcs/build/config.make; \
 	fi
 
-	# mcs needs bootstrap 1.1
+	# bootstrap 1.1 needs basic
 	cd mcs && LC_ALL=C $(MAKE) EXTERNAL_MCS=false EXTERNAL_MONO=false PROFILE=basic
+
+	# mcs needs bootstrap 1.1
 	cd mcs && LC_ALL=C $(MAKE) EXTERNAL_MCS=false EXTERNAL_MONO=false NO_DIR_CHECK=1 PROFILE=net_1_1_bootstrap
 
 	# mcs needs mscorlib, System, System.Xml and Mono.CompilerServices.SymbolWriter
@@ -177,6 +179,9 @@ test-arch-stamp: configure-arch-stamp build-arch-stamp
 	# build mkbundle
 	cd mcs/tools/mkbundle && LC_ALL=C $(MAKE) PROFILE=net_2_0
 
+	# some tests need System.Core
+	cd mcs/class/System.Core && LC_ALL=C $(MAKE) PROFILE=net_2_0
+
 	# show time baby: run all tests
 	-$(TEST)
 

-- 
mono



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