Bug 3090 - `make dist' modifies frysk-imports/elfutils/po/elfutils.pot and frysk-imports/elfutils/libelf-po/libelf.pot
Summary: `make dist' modifies frysk-imports/elfutils/po/elfutils.pot and frysk-imports...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Stepan Kasal
URL:
Keywords:
Depends on:
Blocks: 2235 frysk-elfutils
  Show dependency treegraph
 
Reported: 2006-08-18 21:02 UTC by Andrew Cagney
Modified: 2006-08-20 15:36 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-08-18 21:02:26 UTC
These files, which are in the repo, keep getting modified, should they just be
removed?
Comment 1 Stepan Kasal 2006-08-20 15:35:22 UTC
Yes, you are right, *.pot files are not usually kept in CVS.

`make dist' calls xgettext to recreate them, even though the prerequisites have
not changed.  The date stamps inside the files change, causing a bloat of CVS.

`make all', OTOH, does not generate them; we do not use translations in frysk yet.

I considered adding gettext to the build requirements listed on the web. But
when I relized that it is needend only for `make dist' and `make distcheck, but
not for usual build, I decided against it.

I removed the two *.pot files from the CVS and added them to .cvsignore files.
Comment 2 Stepan Kasal 2006-08-20 15:36:06 UTC
I removed the two *.pot files from the CVS and added them to .cvsignore files.