summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-18 22:57:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-18 22:57:16 +0100
commita55adb16ece70360c88342ca008d5a9d5b9d5b52 (patch)
tree15c7026496fa0464db977c19853cdc2355a7ebd6 /instsetoo_native
parent8f1b58b5ac8e945d3c62bc7d7cb1e4b12c4ae263 (diff)
Hide instsetoo_native output
Change-Id: Ifd3fca29325dc18166d041badd5664d2ad8ba7c9
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/CustomTarget_install.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk
index ea0341391bf2..2d6f5370c559 100644
--- a/instsetoo_native/CustomTarget_install.mk
+++ b/instsetoo_native/CustomTarget_install.mk
@@ -74,6 +74,7 @@ endif
define instsetoo_native_install_command
$(call instsetoo_native_msitemplates,$(1))
+$(call gb_Helper_print_on_error, \
cd $(dir $@) \
$(foreach pkgformat,$(5),\
&& $(PERL) -w $< \
@@ -89,7 +90,7 @@ $(foreach pkgformat,$(5),\
$(4) \
-format $(pkgformat) \
$(if $(VERBOSE)$(verbose),-verbose,-quiet) \
-)
+),$@.log)
endef
$(call gb_CustomTarget_get_workdir,instsetoo_native/install)/install.phony: