[Libreoffice-commits] core.git: instsetoo_native/CustomTarget_install.mk
Stephan Bergmann
sbergman at redhat.com
Tue Nov 18 13:58:03 PST 2014
instsetoo_native/CustomTarget_install.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit a55adb16ece70360c88342ca008d5a9d5b9d5b52
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Nov 18 22:57:16 2014 +0100
Hide instsetoo_native output
Change-Id: Ifd3fca29325dc18166d041badd5664d2ad8ba7c9
diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk
index ea03413..2d6f537 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:
More information about the Libreoffice-commits
mailing list