use 3-char announce id as elsewhere in gbuild

Change-Id: I2f8f1d6876e7305bec45038ada402aa423e59ad8
This commit is contained in:
David Tardon
2017-12-05 09:27:10 +01:00
parent 58e4b36ace
commit 7cbedaa94f
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ $(call gb_CustomTarget_get_workdir,extras/source/glade)/libreoffice-catalog.xml
$(SRCDIR)/extras/source/glade/libreoffice-catalog.xml.in \
$(SRCDIR)/extras/source/glade/makewidgetgroup.xslt \
| $(call gb_ExternalExecutable_get_dependencies,xsltproc)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XSLT,4)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XSL,4)
$(call gb_Helper_abbreviate_dirs, \
mkdir -p $(dir $@) && \
$(call gb_ExternalExecutable_get_command,xsltproc) --nonet \

View File

@@ -36,7 +36,7 @@ $(call gb_MoTarget_get_clean_target,%) :
$(call gb_MoTarget_get_target,%) : \
$(gb_Helper_MISCDUMMY) \
$(call gb_ExternalExecutable_get_dependencies,python)
$(call gb_Output_announce,$*,$(true),MO,2)
$(call gb_Output_announce,$*,$(true),MO ,2)
$(call gb_Helper_abbreviate_dirs,\
mkdir -p $(dir $@) && \
if test -e $(gb_POLOCATION)/$(LANGUAGE)/$(POLOCATION)/messages.po; then \