%% "PATTON, BILLY \(SBCSI\)" <BP1497 att.com> writes:
pb> VAR := abc
pb> export $(VAR)
pb> or
pb> export VAR
pb> I assume the second is correct.
Depends on what you're trying to do.
If you want to export the variable VAR, then the second is
correct.
If you want to export the variable abc, then the first is
correct.
--
------------------------------------------------------------
-------------------
Paul D. Smith <psmith gnu.org> Find
some GNU make tips at:
http://www.gnu.org
http://make.paulandlesl
ey.org
"Please remain calm...I may be mad, but I am a
professional." --Mad Scientist
_______________________________________________
Help-make mailing list
Help-make gnu.org
http:
//lists.gnu.org/mailman/listinfo/help-make
|