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
path: root/sdks
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-11-10 15:52:40 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-11-10 15:52:40 +0300
commit5f7292738966fe25f66ade533f56414b20e1ceda (patch)
tree37a9b6db1ccc7c98aeea02fac59b163ebae90b17 /sdks
parent5dd48c6f7ade14b3d4dc1ebf0ed76178d7379136 (diff)
Remove maccat-bin, we don't build executables in this config
Diffstat (limited to 'sdks')
-rw-r--r--sdks/builds/maccat.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/sdks/builds/maccat.mk b/sdks/builds/maccat.mk
index be2c7e3d9e4..014c4011afb 100644
--- a/sdks/builds/maccat.mk
+++ b/sdks/builds/maccat.mk
@@ -1,12 +1,11 @@
-maccat_BIN_DIR = $(TOP)/sdks/out/maccat-bin
maccat_PKG_CONFIG_DIR = $(TOP)/sdks/out/maccat-pkgconfig
maccat_LIBS_DIR = $(TOP)/sdks/out/maccat-libs
maccat_TPN_DIR = $(TOP)/sdks/out/maccat-tpn
maccat_MONO_VERSION = $(TOP)/sdks/out/maccat-mono-version.txt
-maccat_ARCHIVE += maccat-bin maccat-pkgconfig maccat-libs maccat-tpn maccat-mono-version.txt
-ADDITIONAL_PACKAGE_DEPS += $(maccat_BIN_DIR) $(maccat_PKG_CONFIG_DIR) $(maccat_LIBS_DIR) $(maccat_TPN_DIR) $(maccat_MONO_VERSION)
+maccat_ARCHIVE += maccat-pkgconfig maccat-libs maccat-tpn maccat-mono-version.txt
+ADDITIONAL_PACKAGE_DEPS += $(maccat_PKG_CONFIG_DIR) $(maccat_LIBS_DIR) $(maccat_TPN_DIR) $(maccat_MONO_VERSION)
##
# Parameters
@@ -89,12 +88,6 @@ $(eval $(call MacCatTemplate,mac64,x86_64,$(XCODE_DIR)))
$(eval $(call BclTemplate,maccat,monotouch,monotouch))
-$(maccat_BIN_DIR): package-maccat-mac64
- rm -rf $(maccat_BIN_DIR)
- mkdir -p $(maccat_BIN_DIR)
-
- cp $(TOP)/sdks/out/maccat-mac64-$(CONFIGURATION)/bin/mono-sgen $(maccat_BIN_DIR)/mono-sgen
-
$(maccat_PKG_CONFIG_DIR): package-maccat-mac64
rm -rf $(maccat_PKG_CONFIG_DIR)
mkdir -p $(maccat_PKG_CONFIG_DIR)