help-make
[Top][All Lists]
Advanced

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

Re: Why not solve the vpath missing directory problem?


From: Dave Hylands
Subject: Re: Why not solve the vpath missing directory problem?
Date: Fri, 3 Nov 2006 22:40:28 -0800

Hi Bryan,

vpath src:$(shell [ -d dir_to_use ] && echo dir_to_use)

It would be slightly better to use:

vpath src: $(wildcard dir_to_use)

--
Dave Hylands
Vancouver, BC, Canada
http://www.DaveHylands.com/




reply via email to

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