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>2019-08-07 21:40:10 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-09 13:53:14 +0300
commitf15fe47075a5981d20c8d3d7ccff5de1be97e502 (patch)
tree463f5bab58e63edbe7923ba6d00c628dc2a453af /configure.ac
parent652f6c64b681e0754dd2c496b99c45387f995e12 (diff)
[build] Remove ILDISASM variable from platform Makefiles
It was written by configure.ac to config.make and is unused anyway.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 99380f0ead1..95a2318847e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6823,9 +6823,7 @@ fi
echo "sysconfdir=$sysconfdir" >> $mcs_topdir/build/config.make
echo 'mono_libdir=${exec_prefix}/lib' >> $mcs_topdir/build/config.make
echo "mono_build_root=$mono_build_root" >> $mcs_topdir/build/config.make
- echo 'IL_FLAGS = /debug' >> $mcs_topdir/build/config.make
echo "RUNTIME = $mono_build_root/runtime/mono-wrapper" >> $mcs_topdir/build/config.make
- echo "ILDISASM = $mono_build_root/runtime/monodis-wrapper" >> $mcs_topdir/build/config.make
echo "JAY_CFLAGS = $JAY_CFLAGS" >> $mcs_topdir/build/config.make
echo "VERSION = $VERSION" >> $mcs_topdir/build/config.make