public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* how to generate gas.pot file?
@ 2023-12-29  7:36 yuucyf
  2023-12-29  7:46 ` Andrew Pinski
  0 siblings, 1 reply; 2+ messages in thread
From: yuucyf @ 2023-12-29  7:36 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

Dear all:

I modified the source code of gas in binutils and added some string information, but noticed that the `po/gas.pot` file wasn't generated during the compilation process.
How is the gas.pot file generated? Is there any online reference file i can refer to?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: how to generate gas.pot file?
  2023-12-29  7:36 how to generate gas.pot file? yuucyf
@ 2023-12-29  7:46 ` Andrew Pinski
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Pinski @ 2023-12-29  7:46 UTC (permalink / raw)
  To: yuucyf; +Cc: binutils

On Thu, Dec 28, 2023 at 11:36 PM yuucyf <yuucyf@163.com> wrote:
>
> Dear all:
> I modified the source code of gas in binutils and added some string information, but noticed that the `po/gas.pot` file wasn't generated during the compilation process.
> How is the gas.pot file generated? Is there any online reference file i can refer to?

Simple way:
```
cd objdir
cd gas/po
make gas.pot
```

You can also use the `--enable-maintainer-mode` command line option
for configure too.

Note this normally only gets regenerated before a release and then is
submitted to the translator team; which you can found out more about
that at https://translationproject.org/html/welcome.html .

Thanks,
Andrew Pinski



Thanks,
Andrew Pinski

>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-29  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-29  7:36 how to generate gas.pot file? yuucyf
2023-12-29  7:46 ` Andrew Pinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).