Actually, I coded up my own function with a whole bunch of $(subst) just to avoid the $(shell) call. I haven't done any testing to see which is more efficient, though.
Paul D. Smith wrote:
%% <[EMAIL PROTECTED]> writes:
n> Thanks, actually my biggest problem is matching n> a text string in a case-insensitive way:
There are no builtin capabilities for GNU make that help with this. You'll have to use $(shell ...)
_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make
