Skip to content

Commit 43f196c

Browse files
committed
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
2 parents 01ea04f + 2f12b31 commit 43f196c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,7 @@ ifdef GIT_TEST_CMP_USE_COPIED_CONTEXT
18811881
endif
18821882

18831883
ifndef NO_MSGFMT_EXTENDED_OPTIONS
1884-
MSGFMT += --check --statistics
1884+
MSGFMT += --check
18851885
endif
18861886

18871887
ifdef HAVE_CLOCK_GETTIME

0 commit comments

Comments
 (0)