Sk> Is there any function (or any way) which would convert upper case to lower 
Sk> case and viceversa or to all lower case or upper case, in Makefiles?

How about

to-lower-case = $(shell echo "$1" | tr '[A-Z]' '[a-z]')


-- 
Robert



_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to