Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c043fab8
Commit
c043fab8
authored
Nov 09, 2004
by
Joseph Myers
Committed by
Joseph Myers
Nov 09, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* exgettext: Remove local srcdir and objdir paths from gcc.pot.
From-SVN: r90367
parent
8b17a9d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/po/ChangeLog
+4
-0
gcc/po/exgettext
+4
-1
No files found.
gcc/po/ChangeLog
View file @
c043fab8
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.
2004-11-07 Joseph S. Myers <joseph@codesourcery.com>
...
...
gcc/po/exgettext
View file @
c043fab8
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment