[csw-maintainers] Oddity with Runpath and GCC4 on Solaris 10 x86
Maciej (Matchek) Blizinski
maciej at opencsw.org
Mon Dec 6 11:36:01 CET 2010
No dia 6 de Dezembro de 2010 10:21, Dagobert Michelsen
<dam at opencsw.org> escreveu:
> Hi Maciej,
>
> It should be made a GAR built-in. Maybe like this?
> DISTFILES += CSWmypkg.releasemgr
> EXTRA_PROTOTYPE_INFOFILES_CSWmypkg = releasemgr
To refer to the same file as CSWmysql.foo and foo is slightly
unintuitive. I'd say:
EXTRA_INFOFILES_CSWmypkg = foo
This would imply DISTFILES += CSWmypkg.foo (no need to specify separately)
Alternatively:
DISTFILES += CSWmypkg.foo
This would imply EXTRA_INFOFILES_CSWmypkg = foo.
I like the latter more, because you refer to the exact file name you
put into the files/ subdirectory.
More information about the maintainers
mailing list