Makefile: Tweak cli output.

This commit is contained in:
Chris PeBenito 2018-04-12 18:24:48 -04:00
parent b64a53494f
commit 34de8814b7
1 changed files with 3 additions and 3 deletions

View File

@ -416,11 +416,11 @@ $(fcsort) : $(support)/fc_sort.c
# Documentation generation
#
iftemplates:
@echo "generating interface templates into $(tmpdir)/iftemplates"
@echo "Generating interface templates into $(tmpdir)/iftemplates"
@test -d $(tmpdir)/iftemplates || mkdir -p $(tmpdir)/iftemplates
$(gentemplates) -g -s $(moddir) -t $(tmpdir)/iftemplates
$(verbose) $(gentemplates) -g -s $(moddir) -t $(tmpdir)/iftemplates
ifdef LOCAL_ROOT
$(gentemplates) -g -s $(local_moddir) -t $(tmpdir)/iftemplates
$(verbose) $(gentemplates) -g -s $(local_moddir) -t $(tmpdir)/iftemplates
endif
$(layerxml): %.xml: iftemplates $(all_metaxml) $(filter $(addprefix $(moddir)/, $(notdir $*))%, $(detected_mods)) $(subst .te,.if, $(filter $(addprefix $(moddir)/, $(notdir $*))%, $(detected_mods)))