mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
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.
This commit is contained in:
@ -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>
|
2003-07-17 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* po/es.po: New Spanish translation.
|
* po/es.po: New Spanish translation.
|
||||||
|
@ -72,9 +72,7 @@ INSTOBJEXT = @INSTOBJEXT@
|
|||||||
|
|
||||||
.po.gmo:
|
.po.gmo:
|
||||||
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
|
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
|
||||||
&& test -w $$file \
|
&& rm -f $$file && $(GMSGFMT) -o $$file $<
|
||||||
&& (rm -f $$file && $(GMSGFMT) -o $$file $< ) \
|
|
||||||
|| echo "$$file is not writable"
|
|
||||||
|
|
||||||
.po.cat:
|
.po.cat:
|
||||||
sed -f ../intl/po2msg.sed < $< > $*.msg \
|
sed -f ../intl/po2msg.sed < $< > $*.msg \
|
||||||
|
Reference in New Issue
Block a user