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:
authorZoltan Varga <vargaz@gmail.com>2014-11-20 12:18:02 +0300
committerZoltan Varga <vargaz@gmail.com>2014-11-23 10:59:31 +0300
commit937175849b120920cbfc107aa977a9a0e0f12b39 (patch)
tree37419a9fb912454430e140dc4a0f113b530acc81 /runtime
parent2d1c6dd04bed0047faf62d2887fb8e133a9add6b (diff)
Remove build system support for the net 2.0/3.5 profiles.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am7
1 files changed, 0 insertions, 7 deletions
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 \