[Scons-users] How to treat a directory of stuff as a single node

Gary Oberbrunner garyo at oberbrunner.com
Wed Jan 23 12:56:29 EST 2013


On Wed, Jan 23, 2013 at 11:43 AM, M Busche <spammymatt94 at yahoo.com> wrote:


>

> Depends(Dir("dist"), "test") # where I specifically let scons know that

> "dist" is a directory since it doesn't initially even exist.

> Depends("dist.tgz", Dir("dist"))

>

> I.e., what I WANT this to mean to scons is that (LINE 1) EVERY node under

> directory "dist" depends upon EVERY node under directory "test"; and that

> (LINE 2) node "dist.tgz" depends on EVERY node under directory "dist".



That's how it's supposed to work. The first line is a little complex from
an implementation perspective but I think it should work. The second line
for sure is OK.

--
Gary
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20130123/4c07f8e9/attachment.htm>


More information about the Scons-users mailing list