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:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2015-06-17 13:25:19 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2015-06-25 14:27:20 +0300
commita9d8378eb4ff5aab2d6b31e355f8ad543450bcad (patch)
tree66e629706cfb49ca2ce3a791a7300ae57e7ade32 /runtime/Makefile.am
parentff73b91019ffcc67596a33bb05f7ed7c5acd15c6 (diff)
Remove --with-[monotouch|xammac]=only from configure.
The Xamarin.iOS and Xamarin.Mac builds don't use these options, so remove them to reduce unnecessary complexity.
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 82756c7419d..f3b3893d1be 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -25,12 +25,6 @@ $(symlinks):
SUPPORT_FILES = $(symlinks) mono-wrapper etc/mono/config
-if ONLY_MONOTOUCH
-build_profiles = monotouch
-else
-if ONLY_XAMMAC
-build_profiles = xammac
-else
build_profiles =
if INSTALL_4_5
@@ -52,9 +46,6 @@ endif
test_profiles = $(build_profiles)
-endif
-endif
-
if BUILD_MCS
MAKE_FLAGS=$(if $(V),,--no-print-directory -s)