%% [EMAIL PROTECTED] writes:

  bg> One of my compilers needs all the PATH to be in UPPER CASE.  Is
  bg> gmake capable of doing such a conversion from lower case to upper
  bg> case else we need to used some shell/gawk scripts.

There is no way to do this with builtin make functions.  You need to use
$(shell ...) and invoke tr or something.

-- 
-------------------------------------------------------------------------------
 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

Reply via email to