Re: managing dependencies
Bill Deegan <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <CAEyG4CGPq_Hz=wkTLQtjrfF69RkV+uTxpsekCzt_a-WzYDp+Lg@mail.gmail.com> |
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