Imported Upstream version 5.4.0.167

Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2017-08-21 15:34:15 +00:00
parent e49d6f06c0
commit 536cd135cc
12856 changed files with 563812 additions and 223249 deletions

View File

@@ -37,6 +37,7 @@ bin_SCRIPTS = \
peverify \
mcs \
csc \
csi \
mono-package-runtime \
mono-heapviz \
$(scripts_mono_configuration_crypto)
@@ -159,6 +160,7 @@ EXTRA_DIST = \
mcs.in \
csc.in \
dmcs.in \
csi.in \
mono-package-runtime \
mono-test-install \
mono-heapviz \
@@ -211,6 +213,10 @@ dmcs: dmcs.in Makefile
$(REWRITE_COMMON) $(srcdir)/dmcs.in > $@.tmp
mv -f $@.tmp $@
csi: csi.in Makefile
$(REWRITE_COMMON) $(srcdir)/csi.in > $@.tmp
mv -f $@.tmp $@
mono-service: mono-service.in Makefile
$(REWRITE4) -e 's,@''exe_name@,$@,g' $(srcdir)/mono-service.in > $@.tmp
mv -f $@.tmp $@