From f86c85621071765aeca3c734300882a704304b12 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 4 May 2014 21:28:16 +0200 Subject: [PATCH] build: Silence ggo_descriptions_declared command. This command makes the build output a bit noisy. --- m4/gengetopt/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/gengetopt/makefile b/m4/gengetopt/makefile index 79e101a3..af90d5bd 100644 --- a/m4/gengetopt/makefile +++ b/m4/gengetopt/makefile @@ -13,7 +13,7 @@ $(cmdline_dir)/%.cmdline.h $(cmdline_dir)/%.cmdline.c: $(ggo_dir)/%.ggo | $(cmdl @[ -z "$(Q)" ] || echo 'GGO $<' $(Q) $(GENGETOPT) $(ggo_opts) < $< ifeq ($(ggo_descriptions_declared),no) - echo 'extern const char *$(*F)_args_info_description;' >> $(cmdline_dir)/$(*F).cmdline.h + @echo 'extern const char *$(*F)_args_info_description;' >> $(cmdline_dir)/$(*F).cmdline.h endif $(m4depdir)/%.m4d: $(m4_ggo_dir)/%.m4 | $(m4depdir) -- 2.39.2