Browse Source

2003-07-20 H.J. Lu <hongjiu.lu@intel.com>

* po/Make-in (.po.gmo): Do check if the .gmo file is writable
	before generating it.
ezannoni_pie-20030916-branch
H.J. Lu 23 years ago
parent
commit
29d001d614
  1. 5
      gprof/ChangeLog
  2. 4
      gprof/po/Make-in

5
gprof/ChangeLog

@ -1,3 +1,8 @@
2003-07-20 H.J. Lu <hongjiu.lu@intel.com>
* po/Make-in (.po.gmo): Do check if the .gmo file is writable
before generating it.
2003-07-17 Nick Clifton <nickc@redhat.com>
* po/es.po: New Spanish translation.

4
gprof/po/Make-in

@ -72,9 +72,7 @@ INSTOBJEXT = @INSTOBJEXT@
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
&& test -w $$file \
&& (rm -f $$file && $(GMSGFMT) -o $$file $< ) \
|| echo "$$file is not writable"
&& rm -f $$file && $(GMSGFMT) -o $$file $<
.po.cat:
sed -f ../intl/po2msg.sed < $< > $*.msg \

Loading…
Cancel
Save