* ArrayWithOffset.cs: fixed GetOffset to return int instead of
[mono.git] / mcs / Makefile
index b1bc5d54bc11986160883bcda8a3e9ae775e6f17..3d8978be03e1497c2e5ff9f06575391980313434 100644 (file)
@@ -1,5 +1,5 @@
 thisdir := .
-SUBDIRS := build jay mcs class mbas nunit20 monoresgen ilasm tools tests errors docs
+SUBDIRS := build jay mcs monoresgen class mbas nunit20 ilasm tools tests errors docs
 OVERRIDE_BARE_TARGETS = hells yeah
 include build/rules.make
 
@@ -7,15 +7,9 @@ include build/rules.make
 
 #all: platform-check profile-check all-recursive #all-local
 
-all:
-       $(MAKE) PROFILE=default all-profile
-       $(MAKE) PROFILE=net_2_0 all-profile
+.PHONY: all clean all-profiles clean-profiles install uninstall test run-test testcorlib
 
-clean:
-       $(MAKE) PROFILE=default clean-profile
-       $(MAKE) PROFILE=net_2_0 clean-profile
-
-all-profile: platform-check profile-check all-recursive
+all: platform-check profile-check all-recursive
 
 install: platform-check profile-check install-recursive #install-local
 
@@ -25,10 +19,20 @@ test: platform-check profile-check test-recursive #test-local
 
 run-test: run-test-recursive #run-test-local
 
-clean-profile: clean-recursive #clean-local
+run-test-ondotnet: run-test-ondotnet-recursive # run-test-ondotnet-local
+
+clean: clean-recursive #clean-local
 
 # fun specialty targets
 
+all-profiles:
+       $(MAKE) PROFILE=default all
+       $(MAKE) PROFILE=net_2_0 all
+
+clean-profiles:
+       $(MAKE) PROFILE=default clean
+       $(MAKE) PROFILE=net_2_0 clean
+
 testcorlib:
        @cd class/corlib && $(MAKE) test run-test