summaryrefslogtreecommitdiff
path: root/extras/CustomTarget_opensymbol.mk
diff options
context:
space:
mode:
Diffstat (limited to 'extras/CustomTarget_opensymbol.mk')
-rw-r--r--extras/CustomTarget_opensymbol.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/CustomTarget_opensymbol.mk b/extras/CustomTarget_opensymbol.mk
index a27718feb377..c68480931044 100644
--- a/extras/CustomTarget_opensymbol.mk
+++ b/extras/CustomTarget_opensymbol.mk
@@ -15,7 +15,9 @@ ifneq (,$(FONTFORGE))
$(call gb_CustomTarget_get_workdir,extras/fonts)/opens___.ttf : \
$(SRCDIR)/extras/source/truetype/symbol/OpenSymbol.sfd
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),FNT,1)
+ $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),FNT)
$(FONTFORGE) -lang=ff -c 'Open($$1); Generate($$2)' $< $@
+ $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),FNT)
else
$(call gb_CustomTarget_get_workdir,extras/fonts)/opens___.ttf : \
$(TARFILE_LOCATION)/$(OPENSYMBOL_TTF)