From: Alexis Christoforides Date: Mon, 13 Feb 2017 04:40:37 +0000 (-0500) Subject: Move Mac package command to scripts so that it's available without configuring X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=7e96bcfa3864795f77a262cadf6aac880e9bec45;p=mono.git Move Mac package command to scripts so that it's available without configuring --- diff --git a/Makefile.am b/Makefile.am index 8b34970a14e..16e5ba16c16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,9 +49,6 @@ dist-hook: # Disable this for now because it is very slow and causes wrench to timeout: # test ! -d $(GIT_DIR) || ./scripts/commits-to-changelog.py --root=$(distdir) last-commit-with-compulsory-changelog-entry -mac-sdk-package: - external/bockbuild/bb MacSDK --package - pkgconfigdir = $(libdir)/pkgconfig noinst_DATA = mono-uninstalled.pc DISTCLEANFILES= mono-uninstalled.pc diff --git a/scripts/mac-sdk-package.sh b/scripts/mac-sdk-package.sh new file mode 100755 index 00000000000..29ad4e812f5 --- /dev/null +++ b/scripts/mac-sdk-package.sh @@ -0,0 +1,3 @@ +#!/bin/bash -e + +external/bockbuild/bb MacSDK --package