2005-06-05 Peter Bartok <pbartok@novell.com>
[mono.git] / Makefile.am
index c92343af8a5e45f39ef77190facbbf7a77c54f35..4d336c3c37f694f15bf22f7a3f8a8aaf9ecb068d 100644 (file)
@@ -38,9 +38,18 @@ compiler-tests: mcs-do-clean
        $(MAKE) all
        $(MAKE) mcs-do-compiler-tests
 
+compiler-tests-net_2_0:
+       cd $(mcs_topdir) && $(MAKE) PROFILE=net_2_0_bootstrap clean
+       cd $(mcs_topdir) && $(MAKE) PROFILE=net_2_0 clean
+       $(MAKE) all
+       $(MAKE) build_profiles=net_2_0 mcs-do-compiler-tests
+
 bootstrap-world: compiler-tests
        $(MAKE) install
 
+bootstrap-world-net_2_0: compiler-tests-net_2_0
+       $(MAKE) install
+
 # internal targets
 mcs-do-clean:
        cd runtime && $(MAKE) clean-local