No dia 6 de Dezembro de 2010 10:21, Dagobert Michelsen <[email protected]> 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. _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
