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>2010-03-29 22:45:00 +0400
committerRaja R Harinath <harinath@hurrynot.org>2010-03-29 22:45:00 +0400
commitdab2643cd67457b385bb9aaae7179afd4d8ba334 (patch)
treea8ec9b6ab286cdf8eefaadd2559246df6b33fbae /Makefile.am
parentae24070d3803b4ab37517560a29cc92f786cea1f (diff)
Fix 'compiler-tests'
svn path=/trunk/mono/; revision=154394
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 93fcdee32cb..c718a65c258 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,7 +72,7 @@ do-build-mono-mcs: mcs-do-clean
.PHONY: do-build-moon-maybe
do-build-moon-maybe: do-build-mono-mcs
- cd runtime && $(MAKE) moon-do-build
+# cd runtime && $(MAKE) moon-do-build
mcs-do-clean:
cd runtime && $(MAKE) clean-local