From 937175849b120920cbfc107aa977a9a0e0f12b39 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Thu, 20 Nov 2014 04:18:02 -0500 Subject: Remove build system support for the net 2.0/3.5 profiles. --- runtime/Makefile.am | 7 ------- 1 file changed, 7 deletions(-) (limited to 'runtime') diff --git a/runtime/Makefile.am b/runtime/Makefile.am index 7e5a019b823..e804a08f5e9 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -33,11 +33,6 @@ build_profiles = xammac else build_profiles = -if INSTALL_2_0 -build_profiles += net_2_0 net_3_5 -al_profile = net_2_0 -endif - if INSTALL_4_0 build_profiles += net_4_0 al_profile = net_4_0 @@ -134,8 +129,6 @@ mcs-compileall: mono-wrapper etc/mono/config if [ "net_4_0" = "$$profile" ]; then \ continue; \ fi; \ - if [ "net_3_5" = "$$profile" ]; then \ - MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$mcs_topdir/class/lib/net_2_0$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \ elif [ "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