May I ask a question: don't you think that OR-conditionals and more string-massaging builtin functions do belong into gmake (instead of $(shell) hacks), since it already spends some effort on parsing/massaging text.
And why didn't you use lex/yacc for the parser? That would help adding missing functions. I'm just curious, don't want to annoy anyone. > -----Original Message----- > From: Paul Smith [mailto:[EMAIL PROTECTED] Behalf > > 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
