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 <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2022-12-07 15:39:21 +01:00
parent 2b8d5e8aff
commit 8cfffbc67a

View file

@ -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 ‧,:,$@),\