[Scons-users] Multiple Depends?

Gary Oberbrunner garyo at oberbrunner.com
Sun Jan 19 22:35:13 EST 2014


Depends(c, b)
Depends(b, a)

C can't be built until b is up to date, and b can't be built until a is up
to date. Of course you normally don't need Depends since builders already
establish dependencies.

--
Gary Oberbrunner
(sent from my Android)
On Jan 19, 2014 6:46 PM, "delbert dev" <delbertum at gmail.com> wrote:


> Assume that I needs to perform the following tasks/builders: A, B and C in

> that order. How do I setup that execution dependency tree in scons? It

> works fine when limited to two tasks e.g A -> B:

>

> http://www.scons.org/doc/production/HTML/scons-user/x1220.html

>

> But I have not found any documentation for the 2+ case.

>

> _______________________________________________

> Scons-users mailing list

> Scons-users at scons.org

> http://four.pairlist.net/mailman/listinfo/scons-users

>

>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://four.pairlist.net/pipermail/scons-users/attachments/20140119/ba43af65/attachment.htm


More information about the Scons-users mailing list