[yum-commits] Branch 'yum-3_2_X' - po/Makefile

James Antill james at osuosl.org
Mon Jul 27 13:17:00 UTC 2009


 po/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6245be69fc0ed0356747b5aa6a0a5b4f8ab7e5c4
Author: Mads Kiilerich <mads at kiilerich.com>
Date:   Sun Jul 26 23:56:14 2009 -0400

    Run msgfmt using the python-format annotations
    
     This patch detects errors like "Memory %s" => "Hukommelse %a"
     From BZ 513730

diff --git a/po/Makefile b/po/Makefile
index 31257c4..aad596a 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -69,4 +69,4 @@ install:	all
 	done
 
 %.mo: %.po
-	msgfmt -o $@ $<
+	msgfmt -o $@ $< -c


More information about the Yum-commits mailing list