]> 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:43:25 +0000 (07:43 -0700)
commit5fb8cef6494aca3108e9d8644395b948720e77ba
tree6a66f11e5541727065641f72288211fd56d2552e
parentb23fd9d8c3d005650e482a87a67a9654384fa931
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