changeset 18354:7d41849f49e3

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.
author Ján Tomko <jtomko@redhat.com>
date Fri, 29 Jul 2016 22:39:31 -0700
parents f5ee80c41809
children 5f691c615e16
files ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jul 26 16:28:16 2016 +0200
+++ b/ChangeLog	Fri Jul 29 22:39:31 2016 -0700
@@ -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