From: Matthias Clasen Date: Mon, 25 Jul 2005 14:17:30 +0000 (+0000) Subject: Call msgfmt with -c to catch format errors. X-Git-Tag: GLIB_2_7_5~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1eb5f925c21affa23a00d4eace457eea77f1fe2e;p=platform%2Fupstream%2Fglib.git Call msgfmt with -c to catch format errors. 2005-07-25 Matthias Clasen * Makefile.in.in: Call msgfmt with -c to catch format errors. --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 092b4e0..75c7a71 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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 \