Mailinglist Archive: yast-commit (396 mails)
| < Previous | Next > |
[yast-commit] r65388 - /trunk/devtools/devtools/admin/po/Makefile.am.center
- From: keichwa@xxxxxxxxxxxxxxxxx
- Date: Tue, 23 Aug 2011 12:57:39 -0000
- Message-id: <20110823125740.2FF263268E@svn2.opensuse.org>
Author: keichwa
Date: Tue Aug 23 14:57:39 2011
New Revision: 65388
URL: http://svn.opensuse.org/viewcvs/yast?rev=65388&view=rev
Log:
ignore msgfmt warnings while building statistics
Modified:
trunk/devtools/devtools/admin/po/Makefile.am.center
Modified: trunk/devtools/devtools/admin/po/Makefile.am.center
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/devtools/devtools/admin/po/Makefile.am.center?rev=65388&r1=65387&r2=65388&view=diff
==============================================================================
--- trunk/devtools/devtools/admin/po/Makefile.am.center (original)
+++ trunk/devtools/devtools/admin/po/Makefile.am.center Tue Aug 23 14:57:39 2011
@@ -19,7 +19,7 @@
with_compendium =
stat=status.txt
-PO_STATS=@ybindir@/po-stats
+PO_STATS= grep -v warning: | @ybindir@/po-stats
MSGMERGE = @MSGMERGE@ --no-wrap --force-po --previous
MSGFMT = @MSGFMT@
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Aug 23 14:57:39 2011
New Revision: 65388
URL: http://svn.opensuse.org/viewcvs/yast?rev=65388&view=rev
Log:
ignore msgfmt warnings while building statistics
Modified:
trunk/devtools/devtools/admin/po/Makefile.am.center
Modified: trunk/devtools/devtools/admin/po/Makefile.am.center
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/devtools/devtools/admin/po/Makefile.am.center?rev=65388&r1=65387&r2=65388&view=diff
==============================================================================
--- trunk/devtools/devtools/admin/po/Makefile.am.center (original)
+++ trunk/devtools/devtools/admin/po/Makefile.am.center Tue Aug 23 14:57:39 2011
@@ -19,7 +19,7 @@
with_compendium =
stat=status.txt
-PO_STATS=@ybindir@/po-stats
+PO_STATS= grep -v warning: | @ybindir@/po-stats
MSGMERGE = @MSGMERGE@ --no-wrap --force-po --previous
MSGFMT = @MSGFMT@
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |