]> Savannah Git Hosting - gnulib.git/commitdiff
maint.mk: speed up sc_po_check
authorJán Tomko <jtomko@redhat.com>
Sat, 30 Jul 2016 05:39:31 +0000 (22:39 -0700)
committerJim Meyering <meyering@fb.com>
Mon, 1 Aug 2016 14:43:25 +0000 (07:43 -0700)
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

index 03dae474a3354e7e219d036bed466738900fea91..28327f2e19803d8d0f0bc173a5f2db7bb94384dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2016-07-26  Ján Tomko  <jtomko@redhat.com>
+
+       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  <jtomko@redhat.com>
 
        maint.mk: speed up require_config_h_first