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:
authorRaja R Harinath <harinath@hurrynot.org>2008-02-17 20:54:22 +0300
committerRaja R Harinath <harinath@hurrynot.org>2008-02-17 20:54:22 +0300
commit264c06c08365188f3afb4b77cde389d73b1d9e70 (patch)
tree754fe6cd7398ed08b83499ae5065721cb686eefb /mcs/class/System.Security/Makefile
parent4216888bceaa873fc0e85d9496cced0cd81e49b8 (diff)
parentbcb97912fdc8ae1b92a127f46359e84622813339 (diff)
In .:
* Makefile (_boot_): Orchestrate the net_2_1 bootstrap. (net_2_1_bootstrap_SUBDIRS, net_2_1_raw_SUBDIRS): New. In build: * profiles/net_2_1_bootstrap.make: New. * profiles/net_2_1_raw.make: New. The untuned 2.1 profile. * profiles/net_2_1.make: New. The tuned 2.1 profile. * Makefile (PROFILES): Update. In class: * Makefile (net_3_5_dirs): Remove System.Xml.Linq, now that it's built in the 2.0 profile. In class/System: * Makefile (CYCLIC_DEPS): New macro. (CYCLIC_DEP_FILES): Use it to clean up handling of cyclic dependencies. * net_2_1_raw_System.dll.sources: Rename from net_2_1_System.dll.sources. * net_2_1_bootstrap_System.dll.sources: New. In class/corlib: * Makefile (LIBRARY_COMPILE) [net_2_1]: Remove special case. In errors: * Makefile: Enable testing net_2_1 profile. In mcs: * Makefile (GMCS_PROFILE): Remove. (COMPILER_NAME): New helper. In tests: * Makefile: Enable smcs testing. In tools: * Makefile (net_2_1_raw_SUBDIRS): New. In tools/compiler-tester: * Makefile [PROFILE=net_2_1]: Copy file from net_2_1_raw profile. * compiler-tester.cs: Work better with 'net_2_1' profiles. In tools/tuner: * Makefile: Improve. Update to new net_2_1 profiles. Specify more dependencies. Do work only when necessary. * Descriptors/smcs.xml: Add CompilerCallableEntryPoint. svn path=/trunk/mcs/; revision=95989
Diffstat (limited to 'mcs/class/System.Security/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index f82927277b4..89d40cf32ec 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -9,7 +9,7 @@ LIB_MCS_FLAGS = -nowarn:618 \
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,1595
-ifeq (2, $(FRAMEWORK_VERSION_MAJOR))
+ifeq (2.0, $(FRAMEWORK_VERSION))
LIB_MCS_FLAGS += -r:Mono.Security.dll -nowarn:414
TEST_MCS_FLAGS += -nowarn:168,183,414
endif