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
This commit is contained in:
Junio C Hamano 2022-01-10 11:52:51 -08:00
commit 43f196cec2

View file

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