Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-04-25 17:42:51 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-04-25 17:42:51 +0400
commit5319634c9b355ca01ee9baa276b29b211335e820 (patch)
tree22a1c9b96bfdafe1c271775c527dfe9c70d82124 /mcs/errors/Makefile
parentc5b44e27ae5cf0a46783529c72683b5ed2ba1658 (diff)
* Makefile (centum_tests): Add Mono.Security and
System.Runtime.Remoting. * */Makefile: Replace $(RUNTIME) with $(RUNTIME) $(RUNTIME_FLAGS). * build/config-default.make (RUNTIME): Set to 'false'. Reported by Ben Maurer. * build/profiles/basic.make (MCS): Revert changes below. * build/platforms/linux.make (ILDISASM): Define. * build/platforms/win32.make (ILDIsASM): Likewise. * class/Microsoft.VisualBasic/fixup/Makefile (ILDISASM): Remove. ($(the_il)): Create temporary files in profile directory. svn path=/trunk/mcs/; revision=43545
Diffstat (limited to 'mcs/errors/Makefile')
-rw-r--r--mcs/errors/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index eab04d78e48..e56f8dbc06f 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -62,7 +62,7 @@ run-mcs-tests:
@./do-tests.pl generics '$(GENERICS_COMPILE)' "gcs*.cs"
else
run-mcs-tests: TestRunner-$(PROFILE).exe
- $(with_mono_path) $(RUNTIME) TestRunner-$(PROFILE).exe $(COMPILER_NAME) $(COMPILER) known-issues-$(COMPILER_NAME) $(COMPILER_NAME).log
+ $(with_mono_path) $(RUNTIME) $(RUNTIME_FLAGS) TestRunner-$(PROFILE).exe $(COMPILER_NAME) $(COMPILER) known-issues-$(COMPILER_NAME) $(COMPILER_NAME).log
endif
clean-local: