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>2005-04-14 10:13:52 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-04-14 10:13:52 +0400
commitc0f6f6ac4c1cfe40c0a473c2c33e4854885fad5b (patch)
tree03044f1f2b03c7864a59bf61d38d80b60899b90a /Makefile.am
parent395095a4cd2c3e735d82a15a9dbda62d5f836e3f (diff)
Undocumented new targets 'compiler-tests-net_2_0' and
'bootstrap-world-net_2_0'. svn path=/trunk/mono/; revision=42982
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c92343af8a5..4d336c3c37f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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