From b993596e591c792ec72c261204748269a6431069 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Fri, 5 Dec 2014 12:01:12 +0100 Subject: Restore 4.0 profile as metadata only profile --- runtime/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/Makefile.am b/runtime/Makefile.am index c7a08f7b8a5..45740ef16b3 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -34,7 +34,7 @@ else build_profiles = if INSTALL_4_5 -build_profiles += net_4_5 xbuild_12 xbuild_14 +build_profiles += net_4_0 net_4_5 xbuild_12 xbuild_14 al_profile = net_4_5 endif @@ -110,9 +110,13 @@ endif # Compile all assemblies with the verifier turned on. Code must be valid but not verifiable. # TODO it would be nice to split assemblies without unsafe code to use the verifier with verifiable mode. +# Skip net 4.0 assemblies because they contain metadata only mcs-compileall: mono-wrapper etc/mono/config save_MONO_PATH=$$MONO_PATH; mcs_topdir=`cd $(mcs_topdir) && $(cur_dir_cmd)`; ok=:; \ for profile in $(test_profiles); do \ + if [ "net_4_0" = "$$profile" ]; then \ + continue; \ + fi; \ if [ "xbuild_12" = "$$profile" ]; then \ MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$mcs_topdir/class/lib/net_4_5$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \ elif [ "xbuild_14" = "$$profile" ]; then \ -- cgit v1.2.3