%% [EMAIL PROTECTED] writes:

  w> How can I set a variable in makefile and have that variable's
  w> updated value seen the makefile that called it?

The same way you can set a variable in a shell script or a program in
general and have the updated value be seen in the program that called
it:

You can't.

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