From 5fb8cef6494aca3108e9d8644395b948720e77ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Fri, 29 Jul 2016 22:39:31 -0700 Subject: [PATCH] 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.5