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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-17 16:04:00 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-17 16:04:00 +0300
commit3a403c38d844b8e770efd5076191b14527450622 (patch)
treeaadf988c4435f504a1fd5dbfefa31ebc12c15e43 /runtime
parentd053f6600d55bb9fc5d566ec8bb4d3ae7cbff23e (diff)
[mono] Remove dmcs from temp install folder
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 93446203f4b..a04fd3562f7 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -168,12 +168,6 @@ $(tmpinst)/bin/mcs: $(tmpinst)/bin/mono Makefile
echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/build/mcs.exe"'" "$$@"' >> $@ ; \
chmod +x $@
-$(tmpinst)/bin/dmcs: $(tmpinst)/bin/mono Makefile
- echo '#! /bin/sh' > $@ ; \
- r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
- echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/build/mcs.exe -sdk:4"'" "$$@"' >> $@ ; \
- chmod +x $@
-
$(tmpinst)/bin/ilasm: $(tmpinst)/bin/mono Makefile
echo '#! /bin/sh' > $@ ; \
r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \