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:
authorDick Porter <dick@acm.org>2005-03-22 18:26:51 +0300
committerDick Porter <dick@acm.org>2005-03-22 18:26:51 +0300
commitb4bf1eba6940f12cbd21171672553eed41e43b44 (patch)
treec707db38b9abf1baa20bc80ed482fea992741660 /runtime
parenta2417c816c8ed870b853d17dd85aa19d97e77ab6 (diff)
Disable gmcs for now, revert this when it builds again
svn path=/trunk/mono/; revision=42113
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 0cd5fb40f65..0e086bd9c7e 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -25,7 +25,8 @@ all-local: $(SUPPORT_FILES)
d=`pwd`; cd $(mcs_topdir) && $(MAKE) RUNTIME=$$d/mono-wrapper PROFILES='$(build_profiles)' all-profiles
if INSTALL_2_0
-build_profiles = default net_2_0
+#build_profiles = default net_2_0
+build_profiles = default
else
build_profiles = default
endif