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>2016-12-20 20:32:19 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-12-20 21:29:54 +0300
commit409834378981afd7a5f63e783b89d093f0a0ce3c (patch)
treebf76e9d09f63582a0df856ceb496ceae57ca0098 /mcs/class/Makefile
parentec228cf9a4dfc205624c5d5d94c6ad5234aa0290 (diff)
[bcl] Rename aot_only profile to testing_aot_full
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 6d38b0ca55a..4bcc3f696b6 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -83,7 +83,7 @@ mobile_common_dirs := \
System.Reflection.Context \
System.Net.Http.WinHttpHandler
-aot_only_dirs := \
+testing_aot_full_dirs := \
$(mobile_common_dirs) \
Mono.CompilerServices.SymbolWriter \
Mono.Simd \
@@ -107,7 +107,7 @@ monodroid_dirs := \
$(pcl_facade_dirs)
monotouch_dirs := \
- $(aot_only_dirs)
+ $(testing_aot_full_dirs)
monotouch_watch_dirs := $(filter-out Mono.Security Mono.Data.Tds,$(monotouch_dirs))
monotouch_tv_dirs := $(monotouch_dirs)
@@ -334,7 +334,7 @@ monotouch_tv_SUBDIRS := $(monotouch_tv_dirs)
monotouch_runtime_SUBDIRS := $(monotouch_runtime_dirs)
monotouch_watch_runtime_SUBDIRS := $(monotouch_watch_runtime_dirs)
monotouch_tv_runtime_SUBDIRS := $(monotouch_tv_runtime_dirs)
-aot_only_SUBDIRS := $(aot_only_dirs)
+testing_aot_full_SUBDIRS := $(testing_aot_full_dirs)
aot_hybrid_SUBDIRS := $(aot_hybrid_dirs)
xammac_SUBDIRS := $(xammac_dirs)
xammac_net_4_5_SUBDIRS := $(xammac_4_5_dirs)
@@ -347,7 +347,7 @@ xbox_SUBDIRS := $(xbox_dirs)
include ../build/rules.make
-SUBDIRS = $(aot_only_dirs) $(aot_hybrid_dirs) $(monotouch_dirs) $(monodroid_dirs) $(xammac_dirs) $(net_4_x_dirs) $(net_4_x_parallel_dirs) $(xammac_net_4_5_SUBDIRS)
+SUBDIRS = $(testing_aot_full_dirs) $(aot_hybrid_dirs) $(monotouch_dirs) $(monodroid_dirs) $(xammac_dirs) $(net_4_x_dirs) $(net_4_x_parallel_dirs) $(xammac_net_4_5_SUBDIRS)
DIST_ONLY_SUBDIRS = dlr aot-compiler reference-assemblies $(xbuild_4_0_dirs) Microsoft.NuGet.Build.Tasks