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:
authorMartin Baulig <martin@novell.com>2004-09-03 22:20:53 +0400
committerMartin Baulig <martin@novell.com>2004-09-03 22:20:53 +0400
commitdb2f5c68b7d732eeb5c7427ed4b184cb4f6d0fb4 (patch)
tree95c52da3599d9cc8b7b70802ff72bcf7200eb603 /Makefile.am
parent8ebc30b42eca660b4d01242859ff91c4ce1153f0 (diff)
2004-09-03 Martin Baulig <martin@ximian.com>
* Makefile.am (bootstrap-world): New target. svn path=/trunk/mono/; revision=33303
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 46ebdc7a791..8fd7775adf5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -91,6 +91,12 @@ monolite-bootstrap: tmpinst-monolite mono-do-runtime-only
$(MAKE) tmpinst-mcs-short-build
$(MAKE) fasterstrap
+bootstrap-world:
+ $(MAKE) bootstrap-clean
+ $(MAKE) bootstrap
+ $(MAKE) install
+ $(MAKE) mcs-do-compiler-tests
+
# internal targets
tmpinst-mcs-basic-build: mcs-do-basic-build tmpinst-dir
@@ -141,6 +147,11 @@ mcs-do-run-test: tmpinst-dir $(tmpinst)/bin/mbas
PATH=$$tmpinst/bin:$$PATH ; export PATH ; \
cd $(mcs_topdir) && $(MAKE) PROFILE=default run-test
+mcs-do-compiler-tests: tmpinst-dir $(tmpinst)/bin/mbas
+ tmpinst=`cd $(tmpinst) && pwd` ; \
+ PATH=$$tmpinst/bin:$$PATH ; export PATH ; \
+ cd $(mcs_topdir) && $(MAKE) test-compiler
+
populate-runtime-subdir:
test -n '$(populate_profiles)'
@srcdir=`cd $(srcdir) && pwd`; tmpinst=`pwd`/$(tmpinst) ; \