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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-24 16:27:27 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-24 16:28:00 +0300
commit244d35f301b80e927f9ebddb7a59a66e9a95c9ac (patch)
treed4ba5a8dca9bcda48884d54a819eac9ae0950edd
parent98a369ffa9a543049dfd5388051ab05eb57b47b2 (diff)
Revert "[Facades] Build netstandard.dll with net_4_x profile by default"
It broke the build.
-rw-r--r--mcs/class/Facades/netstandard/Makefile2
-rw-r--r--mcs/class/Facades/subdirs.make2
2 files changed, 1 insertions, 3 deletions
diff --git a/mcs/class/Facades/netstandard/Makefile b/mcs/class/Facades/netstandard/Makefile
index 0a53f9c979c..7ad170e1e51 100644
--- a/mcs/class/Facades/netstandard/Makefile
+++ b/mcs/class/Facades/netstandard/Makefile
@@ -28,8 +28,6 @@ LIB_MCS_FLAGS = $(SIGN_FLAGS)
PLATFORM_DEBUG_FLAGS =
NO_TEST = yes
-# don't install for now until we know more about when it ships in .NET
-NO_INSTALL = yes
include $(MCS_BUILD_DIR)/library.make
diff --git a/mcs/class/Facades/subdirs.make b/mcs/class/Facades/subdirs.make
index 6f17f68d817..a2409a83b84 100644
--- a/mcs/class/Facades/subdirs.make
+++ b/mcs/class/Facades/subdirs.make
@@ -41,7 +41,7 @@ monotouch_PARALLEL_SUBDIRS = $(common_SUBDIRS) $(mobile_only_SUBDIRS)
testing_aot_full_SUBDIRS = $(monotouch_SUBDIRS)
testing_aot_full_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS)
-net_4_x_SUBDIRS = $(common_DEPS_SUBDIRS) $(drawing_DEPS_SUBDIRS) netstandard
+net_4_x_SUBDIRS = $(common_DEPS_SUBDIRS) $(drawing_DEPS_SUBDIRS)
net_4_x_PARALLEL_SUBDIRS = $(common_SUBDIRS)
basic_PARALLEL_SUBDIRS = System.Runtime System.Reflection System.Collections System.Resources.ResourceManager System.Globalization \