[csw-maintainers] Proposed patch for mgar v2 (ISAEXEC_EXCLUDE_FILES)

Chad Harp harpchad at opencsw.org
Tue Jan 27 23:03:13 CET 2009


Dagobert Michelsen wrote:

> 
> Well, it should work but I think you have missed a simpler way to do  
> this ;-)
> The list of files to be isaexec'ed is defined in ISAEXEC_FILES in  
> gar.mk, which
> adds one option per isaexec-file to pathfilter. Taking them out at  
> pathfilter
> after explicitly passing them to pathfilter looks wrong to me. It is  
> easier
> to add something like
>    ISAEXEC_FILES = $(filter-out $(ISAEXEC_EXCLUDE_FILES), <old-expr>)
> where ISAEXEC_EXCLUDE_FILES is applied one-file-at-a-time in gar.mk.
> I'll take a look tomorrow.

That does sound simpler, I based it on the existing -x functionality for 
PKGFILES_EXCLUDE, but I think stripping it prior to calling pathfilter 
would have the same result.



More information about the maintainers mailing list