[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New to gmake
From: |
Paul D. Smith |
Subject: |
Re: New to gmake |
Date: |
Sat, 1 Apr 2006 22:06:52 -0500 |
%% sharan <address@hidden> writes:
s> Being new to make, I have some very basic questions
You should definitely read the GNU make manual. There are versions
online at the gnu.org site, or you can purchase a hardcopy book
(purchases support the FSF).
s> -- how to pass command line value to make
s> e.g. If I want to pass a command line arg to make and use that
s> when I run command
make [VARIABLE=value]
s> -- can I specify both VPATH and vpath in a single file. Or does
s> defining VPATH render vpath useless ?
You can specify both.
VPATH is identical to "vpath % <paths>", but you can still specify both
those forms.
--
-------------------------------------------------------------------------------
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
- New to gmake, sharan, 2006/04/01
- Re: New to gmake,
Paul D. Smith <=