bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] make/po: msgmerge: do not print progress indicators


From: Marcus Müller
Subject: [PATCH 1/1] make/po: msgmerge: do not print progress indicators
Date: Tue, 14 Mar 2023 19:19:21 +0100

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_savanah@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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]