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

2023-03-15 Thread Marcus Müller
Hi Bruno, thanks for picking this up! And also, about all the background you're giving; that's much appreciated. On 14.03.23 22:45, Bruno Haible wrote: [CCing bug-gettext, since po/Makefile.in.in comes from GNU gettext.] Thanks :) forwarding a patch is quite an endorsement. msgmerge: do not

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

2023-03-14 Thread Bruno Haible
[CCing bug-gettext, since po/Makefile.in.in comes from GNU gettext.] Marcus Müller wrote in : > msgmerge: do not print progress indicators This is a reasonable request, but not for the reasons that you state. > Progress indica

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

2023-03-14 Thread Marcus Müller
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 --- build-aux/po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 delet