using depends properly
daggs <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <trinity-94f507c8-c72d-442e-a2dd-0ac049213809-1569952559735@3c-app-mailcom-bs11> |
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 [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users