help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to use $(call ...)


From: Andrew Hou
Subject: How to use $(call ...)
Date: Mon, 2 Dec 2002 08:43:15 +0800

Hi,

I have gmake ver 3.77 installed. The OS is SunOS.
After reading the gmake manual, I tried the following:

#!/tools/bin/gmake -f
SHELL = /usr/bin/csh
estr = Hello $(1) OK
tstr = $(call estr,world)
abc:
        @echo $(tstr)

First, the 1st line seems not work. Although the file is executable, you
hve to use gmake -f ...
Second, the file come out nothing. It seems $(call ) can't be recognized.
Does ver 3.77 support the function or something wrong with my code?

Thanks

Andrew Hou

<<attachment: winmail.dat>>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]