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:
authorJo Shields <jo.shields@xamarin.com>2015-09-04 13:57:19 +0300
committerJo Shields <jo.shields@xamarin.com>2015-09-07 11:37:39 +0300
commitc6a312859ccc360296ce2f7bff6097f2f0ef572c (patch)
tree899cd1d808020b5146c12151d536a1625ffcb554 /mcs
parent9a8e7c657141cdba5e9405839dff6d39233220db (diff)
[Facades] Fix default profile parallelization
PROFILE_SUBDIRS is built serially, then PROFILE_PARALLEL_SUBDIRS in parallel. Since we want the latter for everything, only define the latter.
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/Facades/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Facades/Makefile b/mcs/class/Facades/Makefile
index cf3b21526d6..37744ad64c8 100644
--- a/mcs/class/Facades/Makefile
+++ b/mcs/class/Facades/Makefile
@@ -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_x_PARALLEL_SUBDIRS)
+PROFILE_PARALLEL_SUBDIRS = $(net_4_x_PARALLEL_SUBDIRS)
#OVERRIDE_TARGET_ALL = yes