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:
authorJb Evain <jbevain@gmail.com>2010-03-16 11:32:37 +0300
committerJb Evain <jbevain@gmail.com>2010-03-16 11:32:37 +0300
commitb3f3ef56c81f6589870659ca6b7db13143ea4d87 (patch)
tree9d7c8ea6b6ad556c18e891f129540eb1be4318f3 /mcs/class/System.Security
parent73172e2b1e5c55d6e2437e122af6ce206f6ea981 (diff)
parent0b7db61902528469d1c390ec4ebc05e98ca06f16 (diff)
rename net_2_1 to moonlight
svn path=/trunk/mcs/; revision=153638
Diffstat (limited to 'mcs/class/System.Security')
-rw-r--r--mcs/class/System.Security/ChangeLog4
-rw-r--r--mcs/class/System.Security/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/System.Security/ChangeLog b/mcs/class/System.Security/ChangeLog
index 770ffc3a8a1..82455b4257c 100644
--- a/mcs/class/System.Security/ChangeLog
+++ b/mcs/class/System.Security/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-16 Jb Evain <jbevain@novell.com>
+
+ * Makefile: rename the net_2_1 profile to moonlight.
+
2009-06-05 Marek Safar <marek.safar@gmail.com>
* Makefile: Fixed NET_2_0 conditional to actually handle Mono.Security
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index 3d55d17cf2b..bf261067d24 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -13,7 +13,7 @@ LIB_MCS_FLAGS += -r:Mono.Security.dll -nowarn:414
TEST_MCS_FLAGS += -nowarn:168,183,414
endif
-VALID_PROFILE := $(filter net_1_1 net_2_0 net_2_1_raw net_4_0, $(PROFILE))
+VALID_PROFILE := $(filter net_1_1 net_2_0 moonlight_raw net_4_0, $(PROFILE))
ifndef VALID_PROFILE
# @echo "** Warning: System.Security.dll built without parts that depend on: Mono.Security.dll "
else