summaryrefslogtreecommitdiff
path: root/i18npool/CustomTarget_textconversion.mk
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/CustomTarget_textconversion.mk')
-rw-r--r--i18npool/CustomTarget_textconversion.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18npool/CustomTarget_textconversion.mk b/i18npool/CustomTarget_textconversion.mk
index 19dbf72524b7..d91906c4dc45 100644
--- a/i18npool/CustomTarget_textconversion.mk
+++ b/i18npool/CustomTarget_textconversion.mk
@@ -18,9 +18,11 @@ $(call gb_CustomTarget_get_workdir,i18npool/textconversion)/%.cxx : \
$(call gb_Executable_get_runtime_dependencies,genconv_dict) \
| $(call gb_CustomTarget_get_workdir,i18npool/textconversion)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CDC,1)
+ $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),CDC)
$(call gb_Helper_abbreviate_dirs, \
$(call gb_Helper_execute,genconv_dict) $* $< $@.tmp && \
sed 's/\(^.*get\)/SAL_DLLPUBLIC_EXPORT \1/' $@.tmp > $@ && \
rm $@.tmp)
+ $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),CDC)
# vim: set noet sw=4 ts=4: