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/Makefile
parent409834378981afd7a5f63e783b89d093f0a0ce3c (diff)
[bcl] Rename aot_hybrid profile to testing_aot_hybrid
Diffstat (limited to 'mcs/Makefile')
-rw-r--r--mcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/Makefile b/mcs/Makefile
index 14b5121e0a1..cba9589ad08 100644
--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -14,7 +14,7 @@ monotouch_runtime_SUBDIRS := build class
monotouch_watch_runtime_SUBDIRS := build class
monotouch_tv_runtime_SUBDIRS := build class
xammac_SUBDIRS := build class
-aot_hybrid_SUBDIRS := build class
+testing_aot_hybrid_SUBDIRS := build class
testing_aot_full_SUBDIRS := build class
binary_reference_assemblies_SUBDIRS := build class
net_4_x_SUBDIRS := build class nunit24 ilasm tools tests errors docs mcs class/aot-compiler packages
@@ -72,7 +72,7 @@ $(_boot_:%=profile-do--monotouch_watch_runtime--%): profile-do--monotouch_watch
$(_boot_:%=profile-do--monotouch_tv_runtime--%): profile-do--monotouch_tv_runtime--%: profile-do--build--%
$(_boot_:%=profile-do--xammac--%): profile-do--xammac--%: profile-do--build--%
$(_boot_:%=profile-do--xammac_net_4_5--%): profile-do--xammac_net_4_5--%: profile-do--build--%
-$(_boot_:%=profile-do--aot_hybrid--%): profile-do--aot_hybrid--%: profile-do--build--%
+$(_boot_:%=profile-do--testing_aot_hybrid--%): profile-do--testing_aot_hybrid--%: profile-do--build--%
$(_boot_:%=profile-do--testing_aot_full--%): profile-do--testing_aot_full--%: profile-do--build--%
$(_boot_:%=profile-do--xbox--%): profile-do--xbox--%: profile-do--build--%
$(_boot_:%=profile-do--build--%): profile-do--build--%: profile-do--basic--%