Progress indicators in Makefiles are nearly universally unappreciated, since they completely break compactness of the build log, and also make output humanly unparseable if -j>1 is used
Signed-off-by: Marcus Müller <marcus_sava...@hostalia.de> --- build-aux/po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/po/Makefile.in.in b/build-aux/po/Makefile.in.in index 6b25f0d916..bd638fb08a 100644 --- a/build-aux/po/Makefile.in.in +++ b/build-aux/po/Makefile.in.in @@ -57,7 +57,7 @@ XGETTEXT_ = @XGETTEXT@ XGETTEXT_no = @XGETTEXT@ XGETTEXT_yes = @XGETTEXT_015@ XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) -MSGMERGE = @MSGMERGE@ +MSGMERGE = @MSGMERGE@ --quiet MSGMERGE_UPDATE = @MSGMERGE@ --update MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@ MSGINIT = msginit -- 2.39.2