Re: managing dependencies
daggs <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <trinity-b35ef812-37ec-4c0d-bc1d-219b8c10da87-1575875152786@3c-app-mailcom-bs11> |
Greetings, does the order of dependecy declaration affects the order? Dagg. Sent: Monday, December 09, 2019 at 1:06 AM From: "Bill Deegan" <[email protected]> To: "SCons users mailing list" <[email protected]> Subject: Re: [Scons-users] managing dependencies 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 <[email protected] > 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 [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users _______________________________________________ Scons-users mailing list [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users _______________________________________________ Scons-users mailing list [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users