[Scons-users] using depends properly

Bill Deegan bill at baddogconsulting.com
Tue Oct 1 14:54:59 EDT 2019


You've failed to tell us what's happening.
Can you provide a small example so others can try to reproduce it?

-Bill

On Tue, Oct 1, 2019 at 10:56 AM daggs <daggs at gmx.com> wrote:

> Greetings,
>
> I have a question on how to use the depends call properly.
> I have a folder with sconscript file in it which calls a builder on
> various inputs.
> for each input, I save the result of that builder in a appropriate list in
> a global var.
> after that, I call another sconsript file and declares this:
> env.Depends(scons_instance, list from global var)
> if I print that list, I see the targets I've saved.
> but I'd expect that all the builders will be executed first and only then
> scons_instance will get created.
> am I using the depends call wrong?
>
> how can I fix it?
>
> 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/20191001/22caea54/attachment.html>


More information about the Scons-users mailing list