help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Question Regarding Emile van Bergen's Non-Recursive Make


From: Paul Smith
Subject: RE: Question Regarding Emile van Bergen's Non-Recursive Make
Date: Mon, 01 Dec 2008 08:40:49 -0500

On Sun, 2008-11-30 at 17:51 -0700, Davidson, Josh wrote:
> Is it valid to treat VPATH like a simply expanded variable?  I changed
> my makefiles to add to it like:
> 
> VPATH := $(VPATH) SRCIDR_$(d) TESTDIR_$(d)

Yes, this is perfectly legitimate.  VPATH is just a variable like any
other variable.  The only difference is how/where make uses its value.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.us
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]