]> Savannah Git Hosting - gnulib.git/commit
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:38:06 +0000 (07:38 -0700)
commit04fd8821111d3af23e8485f0f78b60f42babda1d
tree6519a05b1a4e9a3843995f20a814e4d7c2fab5a8
parentf3a85fbc2d2ff56eb86ae9f665b8aa3ff14a1d3b
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
top/maint.mk