aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-01-10 11:52:51 -0800
committerJunio C Hamano <gitster@pobox.com>2022-01-10 11:52:51 -0800
commit43f196cec2a937cbd0dbb07c91eeea9681b2eac5 (patch)
tree35b23a926c7ca650f979de916a55fe24267a1a73 /Makefile
parent01ea04f76e096c0c371e475c3a277e67b8f4b082 (diff)
parent2f12b31b746c36eb0c122ce31242f7c36c639404 (diff)
downloadgit-43f196cec2a937cbd0dbb07c91eeea9681b2eac5.tar.gz
Merge branch 'ab/makefile-msgfmt-wo-stats'
Make the recipe that runs msgfmt less noisy. * ab/makefile-msgfmt-wo-stats: Makefile: don't invoke msgfmt with --statistics
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75ed168adb..59e38e02d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1881,7 +1881,7 @@ ifdef GIT_TEST_CMP_USE_COPIED_CONTEXT
endif
ifndef NO_MSGFMT_EXTENDED_OPTIONS
- MSGFMT += --check --statistics
+ MSGFMT += --check
endif
ifdef HAVE_CLOCK_GETTIME