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-02-01 08:41:32 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-02-01 08:41:32 +0300
commit19709715c25ca2498997aa222dfbe74842bb7a4f (patch)
treed260fbd2dec28f1299b0476133850a537eb2baf1 /Makefile.am
parentb6ef4c465d1dcb92cf327b3306589f7405629bcd (diff)
* runtime/Makefile.am (mcs-compileall): Set MONO_PATH. Remove
reference to #71963, since it's fixed, and it's breaking elsewhere. svn path=/trunk/mono/; revision=39911
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index d36ec4cee9c..0a7b391bd5f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,15 +34,16 @@ get-monolite-latest:
cd $(mcslib) && { wget -O- http://www.go-mono.com/daily/monolite-latest.tar.gz | gzip -d | tar xf - ; }
cd $(mcslib) && mv -f monolite-* monolite
-compiler-tests:
- cd runtime && $(MAKE) clean-local
- $(MAKE)
+compiler-tests: mcs-do-clean
+ $(MAKE) all
$(MAKE) mcs-do-compiler-tests
bootstrap-world: compiler-tests
$(MAKE) install
# internal targets
+mcs-do-clean:
+ cd runtime && $(MAKE) clean-local
mcs-do-compiler-tests:
cd runtime && $(MAKE) test_select='TEST_SUBDIRS="tests errors"' check-local