[Facades] Build netstandard.dll with net_4_x profile by default
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 24 Feb 2017 11:53:10 +0000 (12:53 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 24 Feb 2017 11:53:10 +0000 (12:53 +0100)
mcs/class/Facades/netstandard/Makefile
mcs/class/Facades/subdirs.make

index 7ad170e1e51367c76e10a8309cb57fdb6a129437..0a53f9c979cb264b73febf21d594b842de5e3fb3 100644 (file)
@@ -28,6 +28,8 @@ 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
 
index a2409a83b84ff04f3519594952d05edb6fc3e0e0..6f17f68d8175afbd686795a8a3a080f6a5dfb3d9 100644 (file)
@@ -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)
+net_4_x_SUBDIRS = $(common_DEPS_SUBDIRS) $(drawing_DEPS_SUBDIRS) netstandard
 net_4_x_PARALLEL_SUBDIRS = $(common_SUBDIRS)
 
 basic_PARALLEL_SUBDIRS = System.Runtime System.Reflection System.Collections System.Resources.ResourceManager System.Globalization \