[Scons-users] managing dependencies

Bill Deegan bill at baddogconsulting.com
Sun Dec 8 18:06:32 EST 2019


Nope.
You specify the dependencies, SCons figures out the order.
If you need one thing to happen before another then that's a dependency you
must explicitly list.

-Bill

On Sun, Dec 8, 2019 at 4:49 AM daggs <daggs at gmx.com> wrote:

> Greetings,
>
> I wanted to ask about scons dependencies management, I have a target with
> large number of dependencies, all the dependencies don't have dependencies
> of their own.
> some of the dependencies take more time to generate than the other ones.
> I've noticed that not all the dependencies are handled at the start (I
> have a print at the start of each dependency handling).
> is it possible to instruct scons to give an higher priority to a specific
> dependency?
>
> Thanks,
>
> Dagg.
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20191208/27cdb85b/attachment.html>


More information about the Scons-users mailing list