2009-07-20 Jb Evain <jbevain@novell.com>
authorJb Evain <jbevain@gmail.com>
Mon, 20 Jul 2009 09:05:50 +0000 (09:05 -0000)
committerJb Evain <jbevain@gmail.com>
Mon, 20 Jul 2009 09:05:50 +0000 (09:05 -0000)
* Makefile: filter the valid profile on the framework version,
to make it easier to have custom variants.

svn path=/trunk/mcs/; revision=138202

mcs/class/System.Runtime.Serialization/ChangeLog
mcs/class/System.Runtime.Serialization/Makefile

index 9bf43ac5db4ab3e065143e2e69db3dde9175a5c4..8971caa31ee388b329101722429c8740227c6984 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-20  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: filter the valid profile on the framework version,
+       to make it easier to have custom variants.
+
 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com> 
 
        * System.Xml.Schema/*: Remove (not needed for 2.1 anymore)
index e0de13f2a3f6b48e23fcef7e90e1936bf60ff901..1290a9c7193d26f0c64640ef0337d524e864f60d 100644 (file)
@@ -23,7 +23,7 @@ EXTRA_DISTFILES = $(RESOURCE_FILES) \
        Test/Resources/FrameworkTypes/* \
        Test/System.Runtime.Serialization/one.xml
 
-VALID_PROFILE := $(filter net_2_0 net_2_1_raw net_4_0, $(PROFILE))
+VALID_PROFILE := $(filter 2.0 2.1 4.0, $(FRAMEWORK_VERSION))
 ifndef VALID_PROFILE
 LIBRARY_NAME = dummy-System.Runtime.Serialization.dll
 NO_INSTALL = yes