Call msgfmt with -c to catch format string errors

This commit is contained in:
Matthias Clasen 2005-07-25 14:26:57 +00:00
parent 3e7c9de080
commit 113b4e2f2d
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* Makefile.in.in: Call msgfmt with -c to catch
format string errors.
* ar.po: Add a missing Plural-Forms declaration, copied
from ar.po in nautilus.

View File

@ -78,7 +78,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 \