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:
authorMarek Safar <marek.safar@gmail.com>2009-10-02 12:13:01 +0400
committerMarek Safar <marek.safar@gmail.com>2009-10-02 12:13:01 +0400
commitd91b275af8ea32e17921955504d7b0dcbf8e1581 (patch)
tree724c101739339c0f635a3d17f69042b9e630d663 /runtime
parent096f30dc0906e77857830b4de7603ec91f272a6c (diff)
Removed bin/mcs
svn path=/trunk/mono/; revision=143253
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 2b2731561b7..92286350e30 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -71,7 +71,7 @@ clean-local:
endif BUILD_MCS
-TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/mcs $(tmpinst)/bin/ilasm $(tmpinst)/bin/gmcs
+TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/gmcs
# now a misnomer, but it'll go away soon enough.
if ENABLE_NUNIT_TESTS
@@ -151,12 +151,6 @@ $(tmpinst)/bin/mono: mono-wrapper etc/mono/config
$(mkinstalldirs) $(tmpinst)/bin
cp mono-wrapper $@
-$(tmpinst)/bin/mcs: $(tmpinst)/bin/mono Makefile
- echo '#! /bin/sh' > $@ ; \
- r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
- echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/net_1_1/mcs.exe"'" "$$@"' >> $@ ; \
- chmod +x $@
-
$(tmpinst)/bin/gmcs: $(tmpinst)/bin/mono Makefile
echo '#! /bin/sh' > $@ ; \
r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \