* runtime/Makefile.am ($(tmpinst)/bin/dmcs): Add.
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 7 Apr 2010 09:40:09 +0000 (09:40 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 7 Apr 2010 09:40:09 +0000 (09:40 -0000)
svn path=/trunk/mono/; revision=154924

ChangeLog
runtime/Makefile.am

index 9a35e929225994a0d3e757b6f4135bc4d67044fb..d3fa79f9c3836d06c8c61d05d597c1b97c3647ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-07  Raja R Harinath  <harinath@hurrynot.org>
+
+       * runtime/Makefile.am ($(tmpinst)/bin/dmcs): Add.
+
 2010-04-06  Andreia Gaita  <avidigal@novell.com>
 
        * configure.in: add --with-mcs-path option to specify where the mcs
index 596c61b844b276585dc3fdafa971545a712c262a..f5162b6f6b8e2e7c8942372cd3868a6143a468dd 100644 (file)
@@ -71,7 +71,7 @@ clean-local:
 
 endif BUILD_MCS
 
-TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/gmcs $(tmpinst)/bin/al2
+TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/gmcs $(tmpinst)/bin/dmcs $(tmpinst)/bin/al2
 
 # now a misnomer, but it'll go away soon enough.
 if ENABLE_NUNIT_TESTS
@@ -149,6 +149,12 @@ $(tmpinst)/bin/gmcs: $(tmpinst)/bin/mono Makefile
        echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/net_2_0/gmcs.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/net_4_0/dmcs.exe"'" "$$@"' >> $@ ; \
+       chmod +x $@
+
 $(tmpinst)/bin/ilasm: $(tmpinst)/bin/mono Makefile
        echo '#! /bin/sh' > $@ ; \
        r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \