X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FMakefile;h=fe677dd1e2110a3b8a32c0e87f7df1e46403dd73;hb=a7e4ce11c88bff7b86d57bab6ee7e7e3f31139ae;hp=baf189c4b735d76f9a4fcc9e624c1100f3e1894d;hpb=3394f588001a526fcdf465e098ff76323a58ae36;p=mono.git diff --git a/mcs/Makefile b/mcs/Makefile index baf189c4b73..fe677dd1e21 100644 --- a/mcs/Makefile +++ b/mcs/Makefile @@ -1,38 +1,37 @@ thisdir := . -SUBDIRS := build jay mcs tools/resgen class mbas nunit20 ilasm tools tests errors docs +SUBDIRS := build jay mcs class 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 tools +net_2_0_SUBDIRS := build jay gmcs class nunit20 ilasm tests errors tools # List of test subdirs that should pass 100% centum_tests := \ class/corlib \ + class/System \ class/Commons.Xml.Relaxng \ class/Cscompmgd \ class/Microsoft.JScript \ class/Mono.Posix \ class/Mono.Security \ - class/System.Configuration.Install \ + class/System.Messaging \ class/System.Runtime.Remoting \ class/System.Runtime.Serialization.Formatters.Soap \ class/System.Security \ - class/System.Web \ + class/System.ServiceProcess \ class/System.Web.Services \ tests \ errors -# class/System default_centum_tests := \ $(centum_tests) \ class/System.XML \ - class/Ssytem.Data + class/System.Data - -net_2_0_centum_tests := $(centum_tests) +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 @@ -99,6 +96,7 @@ DISTFILES = \ LICENSE \ LICENSE.GPL \ LICENSE.LGPL \ + LICENSE.MPL \ Makefile \ mkinstalldirs \ MIT.X11 \