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:
authorMarek Safar <marek.safar@gmail.com>2015-07-15 17:10:19 +0300
committerMarek Safar <marek.safar@gmail.com>2015-07-15 17:10:19 +0300
commitd44898a2308b06a1b51b646e519da1ac3daaf6b4 (patch)
tree20b7cc3aa0eb3de421fe6f05e641721f8eca9a59 /mcs/Makefile
parentc4f0cacd96957616532d495f684dfddbd27dcd26 (diff)
[build] Switch to 4.6 profile as default profile
Diffstat (limited to 'mcs/Makefile')
-rw-r--r--mcs/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mcs/Makefile b/mcs/Makefile
index 8c40454ca32..f465c09c247 100644
--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -14,7 +14,7 @@ xammac_SUBDIRS := build class
mobile_SUBDIRS := build class
mobile_static_SUBDIRS := build class
binary_reference_assemblies_SUBDIRS := build class
-net_4_5_SUBDIRS := build mcs class nunit24 ilasm tools tests errors docs
+net_4_x_SUBDIRS := build mcs class nunit24 ilasm tools tests errors docs
xammac_net_4_5_SUBDIRS := build class
xbuild_12_SUBDIRS := build class tools/xbuild
xbuild_14_SUBDIRS := build class tools/xbuild
@@ -32,7 +32,7 @@ dir-check:
# fun specialty targets
-PROFILES = net_4_5 binary_reference_assemblies xbuild_12 xbuild_14
+PROFILES = net_4_x binary_reference_assemblies xbuild_12 xbuild_14
.PHONY: all-profiles $(STD_TARGETS:=-profiles)
all-profiles $(STD_TARGETS:=-profiles): %-profiles: profiles-do--%
@@ -55,10 +55,10 @@ profiles-do--run-test:
# Orchestrate the bootstrap here.
_boot_ = all clean install
-$(_boot_:%=profile-do--xbuild_14--%): profile-do--xbuild_14--%: profile-do--net_4_5--%
-$(_boot_:%=profile-do--xbuild_12--%): profile-do--xbuild_12--%: profile-do--net_4_5--%
+$(_boot_:%=profile-do--xbuild_14--%): profile-do--xbuild_14--%: profile-do--net_4_x--%
+$(_boot_:%=profile-do--xbuild_12--%): profile-do--xbuild_12--%: profile-do--net_4_x--%
$(_boot_:%=profile-do--binary_reference_assemblies--%): profile-do--binary_reference_assemblies--%: profile-do--build--%
-$(_boot_:%=profile-do--net_4_5--%): profile-do--net_4_5--%: profile-do--build--%
+$(_boot_:%=profile-do--net_4_x--%): profile-do--net_4_x--%: profile-do--build--%
$(_boot_:%=profile-do--monodroid--%): profile-do--monodroid--%: profile-do--build--%
$(_boot_:%=profile-do--monotouch--%): profile-do--monotouch--%: profile-do--build--%
$(_boot_:%=profile-do--monotouch_watch--%): profile-do--monotouch_watch--%: profile-do--build--%