Here's my 2nd (and hopefully last question) today.

I'm trying to write a function that will let me display a command without
expanding the variables.

This way, I can write:

x = 1
y = 2

all:
     $(call show-cmd, echo $(x) $(y))

and have the output be:

echo $(x) $(y)
1 2

That is, I want to see the command I am executing but I want it in a
"symbolic" form.

Does that make sense?

   Michael


      
____________________________________________________________________________________
Tonight's top picks. What will you watch tonight? Preview the hottest shows on 
Yahoo! TV.
http://tv.yahoo.com/ 



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to