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

Mirco Bauer meebey at meebey.net
Sat Jun 13 18:31:35 UTC 2009


The following commit has been merged in the master branch:
commit 4a60359175f196d3e25d5e79b42fbae01f9166c3
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sat Jun 13 17:12:55 2009 +0200

    bootstrapping in test target fails, hopefully this will fix it

diff --git a/debian/rules b/debian/rules
index 8eab1ee..ee59373 100755
--- a/debian/rules
+++ b/debian/rules
@@ -134,9 +134,9 @@ test-arch-stamp: configure-arch-stamp build-arch-stamp
 	# runtime tests need gmcs, ilasm and mkbundle, so let's build them
 	
 	# bootstrap 1.1 and 2.0 as needed to build gmcs
-	cd mcs && LC_ALL=C $(MAKE) PROFILE=basic
-	cd mcs && LC_ALL=C $(MAKE) NO_DIR_CHECK=1 PROFILE=net_1_1_bootstrap
-	cd mcs && LC_ALL=C $(MAKE) NO_DIR_CHECK=1 PROFILE=net_2_0_bootstrap
+	cd mcs && LC_ALL=C $(MAKE) EXTERNAL_MCS=false EXTERNAL_MONO=false PROFILE=basic
+	cd mcs && LC_ALL=C $(MAKE) EXTERNAL_MCS=false EXTERNAL_MONO=false NO_DIR_CHECK=1 PROFILE=net_1_1_bootstrap
+	cd mcs && LC_ALL=C $(MAKE) EXTERNAL_MCS=false EXTERNAL_MONO=false NO_DIR_CHECK=1 PROFILE=net_2_0_bootstrap
 	
 	# build gmcs
 	cd mcs/mcs && LC_ALL=C $(MAKE) PROFILE=net_2_0

-- 
mono



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