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/Makefile
parentec228cf9a4dfc205624c5d5d94c6ad5234aa0290 (diff)
[bcl] Rename aot_only profile to testing_aot_full
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 af01ee0a600..14b5121e0a1 100644
--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -15,7 +15,7 @@ monotouch_watch_runtime_SUBDIRS := build class
monotouch_tv_runtime_SUBDIRS := build class
xammac_SUBDIRS := build class
aot_hybrid_SUBDIRS := build class
-aot_only_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
xammac_net_4_5_SUBDIRS := build class
@@ -73,7 +73,7 @@ $(_boot_:%=profile-do--monotouch_tv_runtime--%): profile-do--monotouch_tv_ru
$(_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--aot_only--%): profile-do--aot_only--%: 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--%