pr-git-2339/HaraldNordgren/silence-catalog-output-under-make-s-v2
tagged this
20 Jun 22:46
From: Harald Nordgren <haraldnordgren@gmail.com> The catalog rules ran msgfmt with --statistics, whose output went to stderr and so survived "make -s" (gitk also echoed "Generating catalog"). The statistics are not needed, as in 2f12b31b746c (Makefile: don't invoke msgfmt with --statistics, 2021-12-17), and the "Generating catalog" line is not needed either. Remove them so a quiet build stays quiet. Signed-off-by: Harald Nordgren <haraldnordgren@gmail.com> Submitted-As: https://lore.kernel.org/git/pull.2339.v2.git.git.1781995570677.gitgitgadget@gmail.com In-Reply-To: https://lore.kernel.org/git/pull.2339.git.git.1781459539.gitgitgadget@gmail.com