[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dumb question :(
From: |
Paul D. Smith |
Subject: |
Re: Dumb question :( |
Date: |
Mon, 8 May 2006 11:43:56 -0400 |
%% "PATTON, BILLY \(SBCSI\)" <address@hidden> 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 <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Dumb question :(, PATTON, BILLY \(SBCSI\), 2006/05/08
- Re: Dumb question :(,
Paul D. Smith <=