2006-03-23 Marek Safar <marek.safar@seznam.cz>
[mono.git] / mcs / Makefile
index 146edba8950c4b439f2d89e7fcf31a67439f114a..99ce95ef399438ee6d0c55992a554c3c50c2edc3 100644 (file)
@@ -3,10 +3,10 @@ thisdir := .
 SUBDIRS := build jay mcs tools/resgen class mbas nunit20 ilasm tools tests errors docs
 DIST_ONLY_SUBDIRS := gmcs
 
-basic_SUBDIRS := jay mcs class
-net_1_1_bootstrap_SUBDIRS := jay mcs class ilasm tools
-net_2_0_bootstrap_SUBDIRS := class
-net_2_0_SUBDIRS := jay gmcs class nunit20 tests errors tools
+basic_SUBDIRS := build jay mcs class
+net_1_1_bootstrap_SUBDIRS := build jay mcs class ilasm tools
+net_2_0_bootstrap_SUBDIRS := build class ilasm
+net_2_0_SUBDIRS := build jay gmcs class nunit20 ilasm tests errors tools
 
 # List of test subdirs that should pass 100%
 centum_tests := \
@@ -22,7 +22,6 @@ centum_tests := \
        class/System.Runtime.Serialization.Formatters.Soap \
        class/System.Security \
        class/System.ServiceProcess \
-       class/System.Web \
        class/System.Web.Services \
        tests \
        errors
@@ -32,7 +31,7 @@ default_centum_tests :=               \
        class/System.XML        \
        class/System.Data
 
-net_2_0_centum_tests := $(centum_tests) # class/Mono.C5
+net_2_0_centum_tests := $(centum_tests) #class/Mono.C5
 
 ifdef ONLY_CENTUM_TESTS
 TEST_SUBDIRS := $($(PROFILE)_centum_tests)
@@ -74,9 +73,7 @@ _boot_ = all clean install
 $(_boot_:%=profile-do--net_2_0--%):           profile-do--net_2_0--%:           profile-do--net_2_0_bootstrap--%
 $(_boot_:%=profile-do--net_2_0_bootstrap--%): profile-do--net_2_0_bootstrap--%: profile-do--default--%
 $(_boot_:%=profile-do--default--%):           profile-do--default--%:           profile-do--net_1_1_bootstrap--%
-ifeq (linux, $(PLATFORM))
 $(_boot_:%=profile-do--net_1_1_bootstrap--%): profile-do--net_1_1_bootstrap--%: profile-do--basic--%
-endif
 
 testcorlib:
        @cd class/corlib && $(MAKE) test run-test