>
> I actually have a patch for the glob library that fixes this problem
> (makes globbing aware of the HAVE_CASE_INSENSITIVE_FS macro).
>
> The small issue here is that the glob code in make is
> actually extracted
> verbatim from the GLIBC library, so any change to it actually
> has to be
> forwarded to them for inclusion (or, I have to start keeping my own
> local patched copy, which I'd like to avoid).
>
> Thx.
>
hi,
Thanks for your quick response. Is the 'patch' available to download
from anywhere? Perhaps, in the longer term a separate case insensitive
glob variant might make a useful addition to glibc. Is it worth putting
any effort into an $(upper-case ) or $(lower-case ) function instead?
>From a quick glance it looks like it would be quick straight forward.
Regards,
Bruce A.