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 21:29:39 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-12-20 21:29:54 +0300
commit342d23b74d8bd184584d00ef3336e399542ea31f (patch)
tree0499580cba5227c461edf4b25ddad48ce4ea7a27 /mcs/class/Makefile
parent409834378981afd7a5f63e783b89d093f0a0ce3c (diff)
[bcl] Rename aot_hybrid profile to testing_aot_hybrid
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 4bcc3f696b6..33c8b27cb0b 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -89,7 +89,7 @@ testing_aot_full_dirs := \
Mono.Simd \
$(pcl_facade_dirs)
-aot_hybrid_dirs := \
+testing_aot_hybrid_dirs := \
$(mobile_common_dirs) \
Mono.CompilerServices.SymbolWriter \
Mono.Simd \
@@ -335,7 +335,7 @@ monotouch_runtime_SUBDIRS := $(monotouch_runtime_dirs)
monotouch_watch_runtime_SUBDIRS := $(monotouch_watch_runtime_dirs)
monotouch_tv_runtime_SUBDIRS := $(monotouch_tv_runtime_dirs)
testing_aot_full_SUBDIRS := $(testing_aot_full_dirs)
-aot_hybrid_SUBDIRS := $(aot_hybrid_dirs)
+testing_aot_hybrid_SUBDIRS := $(testing_aot_hybrid_dirs)
xammac_SUBDIRS := $(xammac_dirs)
xammac_net_4_5_SUBDIRS := $(xammac_4_5_dirs)
binary_reference_assemblies_SUBDIRS := reference-assemblies
@@ -347,7 +347,7 @@ xbox_SUBDIRS := $(xbox_dirs)
include ../build/rules.make
-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)
+SUBDIRS = $(testing_aot_full_dirs) $(testing_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