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

Dagobert Michelsen dam at opencsw.org
Wed Jan 28 11:35:00 CET 2009


Hi Chad,

Am 27.01.2009 um 23:03 schrieb Chad Harp:
> 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.

I implemented this in r2918. Please test it and see if this fixes your
request :-)


Best regards

   -- Dago



More information about the maintainers mailing list