Call msgfmt -c to catch format string errors

This commit is contained in:
Matthias Clasen 2005-07-25 14:28:44 +00:00
parent 113b4e2f2d
commit c3354e76d7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* Makefile.in.in: Call msgfmt with -c to catch
format string errors.
2005-07-25 Ankit Patel <ankit644@yahoo.com>
* gu.po: Updated Gujarati Translation.

View File

@ -80,7 +80,7 @@ INSTOBJEXT = @INSTOBJEXT@
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) -o $$file $<
&& rm -f $$file && $(GMSGFMT) -c -o $$file $<
.po.cat:
sed -f ../intl/po2msg.sed < $< > $*.msg \