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>2014-12-08 21:54:30 +0300
committerMarek Safar <marek.safar@gmail.com>2014-12-08 21:59:07 +0300
commitb304ec5e0e694ef7098e0fc3eba9dbc0162f4568 (patch)
tree56c2b9191e044d9a922a0e3b18a779818c004d59 /scripts
parent41ee4e7ceeb89f6dc600b7d72f92007f359c130c (diff)
gmcs script is no longer installed.
The intention is to make build failures easy to spot instead of silently upgrading target framework from 2 to 4 and then fail down the road on e.g type ambiguity caused by new 4.0 framework types or methods
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 6862045d240..90ee65b7234 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -36,7 +36,6 @@ bin_SCRIPTS = \
mono-test-install \
peverify \
mcs \
- gmcs \
mono-heapviz \
$(scripts_mono_configuration_crypto)
@@ -154,7 +153,6 @@ EXTRA_DIST = \
xbuild.in \
update_submodules \
mcs.in \
- gmcs.in \
dmcs.in \
mono-test-install \
mono-heapviz \
@@ -203,10 +201,6 @@ mcs: mcs.in Makefile
$(REWRITE_COMMON) $(srcdir)/mcs.in > $@.tmp
mv -f $@.tmp $@
-gmcs: gmcs.in Makefile
- $(REWRITE_COMMON) $(srcdir)/gmcs.in > $@.tmp
- mv -f $@.tmp $@
-
dmcs: dmcs.in Makefile
$(REWRITE_COMMON) $(srcdir)/dmcs.in > $@.tmp
mv -f $@.tmp $@