* exgettext: Remove local srcdir and objdir paths from gcc.pot.
From-SVN: r90367
This commit is contained in:
parent
8b17a9d698
commit
c043fab83a
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* exgettext: Remove local srcdir and objdir paths from gcc.pot.
|
||||
|
||||
2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* gcc.pot: Regenerate.
|
||||
|
|
|
@ -167,4 +167,7 @@ $xgettext --default-domain=$package --directory=$srcdir \
|
|||
--add-comments `cat $kopt` --files-from=$posr \
|
||||
--copyright-holder="Free Software Foundation, Inc." \
|
||||
--msgid-bugs-address="http://gcc.gnu.org/bugs.html" \
|
||||
--language=c -o po/$package.pot
|
||||
--language=c -o po/$package.pot.tmp
|
||||
# Remove local paths from .pot file.
|
||||
sed "s:$srcdir/::g;s:$pwd/::g;" <po/$package.pot.tmp >po/$package.pot
|
||||
rm po/$package.pot.tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue