mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Call msgfmt with -c to catch format errors.
2005-07-25 Matthias Clasen <mclasen@redhat.com> * Makefile.in.in: Call msgfmt with -c to catch format errors.
This commit is contained in:
parent
9218b66f71
commit
1eb5f925c2
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user