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
maint
Junio C Hamano 2022-01-10 11:52:51 -08:00
commit 43f196cec2
1 changed files with 1 additions and 1 deletions

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