instsetoo_native/CustomTarget_install.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 8cfffbc67ad25510d194e611871950979dc82253 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed Dec 7 15:39:21 2022 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Thu Dec 8 09:21:03 2022 +0000 Stick to three-letter build step prefixes (it makes the output so much nicer to look at :) Change-Id: Ib4844e264fd950082b19994156661f460331a2d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143784 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk index fd27209c533e..29dcb4b0b1cd 100644 --- a/instsetoo_native/CustomTarget_install.mk +++ b/instsetoo_native/CustomTarget_install.mk @@ -75,7 +75,7 @@ instsetoo_installer_targets := $(foreach pkgformat,$(PKGFORMAT),\ endif instsetoo_wipe: - $(call gb_Output_announce,wiping installation output dir,$(true),WIPE,6) + $(call gb_Output_announce,wiping installation output dir,$(true),WPE,6) rm -rf $(instsetoo_OUT) # list both as prerequisites so that make won't treat the $(template) one as intermediate / @@ -103,7 +103,7 @@ $(instsetoo_installer_targets): $(SRCDIR)/solenv/bin/make_installer.pl \ bin/find-requires-x11.sh) \ ,instsetoo_msi_templates) \ $(call gb_Postprocess_get_target,AllModulesButInstsetNative) | instsetoo_wipe - $(call gb_Output_announce,$(if $(filter en-US$(COMMA)%,$(instsetoo_installer_langs)),$(subst $(instsetoo_installer_langs),multilang,$@),$@),$(true),INST,1) + $(call gb_Output_announce,$(if $(filter en-US$(COMMA)%,$(instsetoo_installer_langs)),$(subst $(instsetoo_installer_langs),multilang,$@),$@),$(true),INS,1) $(call gb_Trace_StartRange,$@,INSTALLER) $(call gb_Helper_print_on_error, \ $(SRCDIR)/solenv/bin/call_installer.sh $(if $(verbose),-verbose,-quiet) $(subst ‧,:,$@),\