From: Ján Tomko Date: Sat, 30 Jul 2016 05:39:31 +0000 (-0700) Subject: maint.mk: speed up sc_po_check X-Git-Tag: v1.0~6704 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=5fb8cef6494aca3108e9d8644395b948720e77ba;p=gnulib.git maint.mk: speed up sc_po_check sc_po_check would skip files based on their names, or on the existence of files with derived names. Rewrite it to use perl instead of shell to make the check faster. * top/maint.mk (perl_translatable_files_list_): Define. (sc_po_check): Use it. --- diff --git a/ChangeLog b/ChangeLog index 03dae474a3..28327f2e19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2016-07-26 Ján Tomko + + maint.mk: speed up sc_po_check + sc_po_check would skip files based on their names, or on the + existence of files with derived names. Rewrite it to use perl + instead of shell to make the check faster. + * top/maint.mk (perl_translatable_files_list_): Define. + (sc_po_check): Use it. + 2016-07-30 Ján Tomko maint.mk: speed up require_config_h_first