%% "S kris" <[EMAIL PROTECTED]> writes: sk> Is there any function (or any way) which would convert upper case sk> to lower case and viceversa or to all lower case or upper case, in sk> Makefiles?
There is no way to do this from within make. You will have to use the shell function to do it, as someone else described. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
