From 46af148486ae4307afd3ee2a098a835b660ec7a4 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 12 Apr 2018 18:24:48 -0400 Subject: Makefile: Tweak cli output. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index db767566..413656bb 100644 --- a/Makefile +++ b/Makefile @@ -418,11 +418,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))) -- cgit v1.2.3-65-gdbad