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
path: root/mcs
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2015-09-08 11:36:58 +0300
committerMarek Safar <marek.safar@gmail.com>2015-09-08 11:36:58 +0300
commit86c5ca89ac8f19726f46cac77c4f2f22c4078eaa (patch)
tree14e0594945022c94bbc77f4cbba19314f008aa24 /mcs
parent8add506fcde405b90b2bc990e7b1e860e99799aa (diff)
parentc6a312859ccc360296ce2f7bff6097f2f0ef572c (diff)
Merge pull request #2032 from directhex/parallel_automake_is_hard
Parallel automake is hard
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/Facades/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/Facades/Makefile b/mcs/class/Facades/Makefile
index 3b73b258d1f..37744ad64c8 100644
--- a/mcs/class/Facades/Makefile
+++ b/mcs/class/Facades/Makefile
@@ -30,7 +30,7 @@ reflection_PARALLEL_SUBDIRS = System.Reflection.Emit.ILGeneration System.Reflect
mobile_static_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS)
-net_4_5_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS) $(reflection_PARALLEL_SUBDIRS) System.Diagnostics.PerformanceCounter \
+net_4_x_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS) $(reflection_PARALLEL_SUBDIRS) System.Diagnostics.PerformanceCounter \
System.IO.FileSystem.Watcher System.IO.Pipes System.Security.Cryptography.ProtectedData System.ServiceProcess.ServiceController System.Net.Http.WebRequestHandler
monodroid_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS) $(reflection_PARALLEL_SUBDIRS)
@@ -40,7 +40,7 @@ xammac_net_4_5_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS) $(reflection_PAR
monotouch_watch_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS)
-PROFILE_SUBDIRS = $(net_4_5_PARALLEL_SUBDIRS)
+PROFILE_PARALLEL_SUBDIRS = $(net_4_x_PARALLEL_SUBDIRS)
#OVERRIDE_TARGET_ALL = yes
@@ -66,7 +66,7 @@ include $(MCS_BUILD_DIR)/rules.make
dist-local: dist-default
-DIST_SUBDIRS = $(net_4_5_PARALLEL_SUBDIRS)
+DIST_SUBDIRS = $(net_4_x_PARALLEL_SUBDIRS)
doc-update-local:
@echo "not doing docs"