[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cannot get any cool make functions to work
From: |
Paul D. Smith |
Subject: |
Re: Cannot get any cool make functions to work |
Date: |
Thu, 15 Feb 2001 17:10:16 -0500 |
%% 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 <address@hidden> 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