Kaydet (Commit) 4c28b348 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Nah, use gb_Helper_print_on_error

Change-Id: Ib47ed5d13d0d94e706b38dc996999e263d3d0967
üst 4002fae0
...@@ -15,13 +15,15 @@ BUILDID :=$(shell cd $(SRCDIR) && git log -1 --format=%H) ...@@ -15,13 +15,15 @@ BUILDID :=$(shell cd $(SRCDIR) && git log -1 --format=%H)
define TiledLibreOfficeXcodeBuild define TiledLibreOfficeXcodeBuild
CC=; \ CC=; \
tempfile=`mktemp -t customtarget.tiledlibreoffice.XXXXXX`; \ $(call gb_Helper_print_on_error, \
xcodebuild \ xcodebuild \
-project experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj \ -project experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj \
-target TiledLibreOffice \ -target TiledLibreOffice \
-arch $(XCODE_ARCHS) \ -arch $(XCODE_ARCHS) \
-configuration $(if $(ENABLE_DEBUG),Debug,Release) \ -configuration $(if $(ENABLE_DEBUG),Debug,Release) \
$(1) $(if $(verbose)$(VERBOSE),,>$tempfile; test $$? = 0 || cat $tempfile; rm $tempfile) $(1) \
, $$@.log \
)
endef endef
#- Targets -------------------------------------------------------------------- #- Targets --------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment