From b37b772ed2f133718745ccf29760e07a91f4c945 Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Mon, 30 May 2011 18:31:24 -0300 Subject: [PATCH] batch compiler fails on osx due to thread exaustion --- mono/tests/verifier/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mono/tests/verifier/Makefile b/mono/tests/verifier/Makefile index aac8a6aada7..c170df2714e 100644 --- a/mono/tests/verifier/Makefile +++ b/mono/tests/verifier/Makefile @@ -16,8 +16,8 @@ compile-stamp: generate-stamp BatchCompiler.exe test_lib.dll gmcs /unsafe $$i; \ fi \ done - MONO_PATH=../../../mcs/class/lib/net_2_0/ mono BatchCompiler.exe - #for $$I in *.il; do ilasm2 $$I; done + #MONO_PATH=../../../mcs/class/lib/net_2_0/ mono BatchCompiler.exe + for i in *.il; do ilasm $$i; done touch compile-stamp clean: -- 2.11.4.GIT