%% Regarding Cannot get any cool make functions to work; you wrote:

  rr>         echo $( subst ee, EE, feed the need)

Whitespace is important.  Use $(subst ee,EE,feed the need).

No space between the "(" and function name, and if you put a space
before the "EE" then it will substitute "ee" with " EE" (space EE).

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "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