[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Variables
From: |
Paul D. Smith |
Subject: |
Re: Variables |
Date: |
Mon, 25 Jun 2001 13:11:05 -0400 |
%% address@hidden 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 <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
- Variables, WPeets, 2001/06/25
- Re: Variables,
Paul D. Smith <=