[Scons-users] Is a post-build function possible ?

William Deegan bill at baddogconsulting.com
Thu Jun 28 20:11:15 EDT 2012


Tom,

On Jun 28, 2012, at 5:18 AM, TOM TANNER (BLOOMBERG/ LONDON) wrote:


> This isn't really a worthwhile occupation. Predicting the order in which builds will happen. Given node A is dependant on nodes B, C, D (which we'll say are leaf nodes), why should scons decide to build B, C or D in any particular order? And why should that order be the same between different versions of python, or scons?

>

> Not to mention if you have parallel builds, in which case it might process B, C and D at the same time. Or it might not, depending on what else it had to do.


Agreed.



>

> ----- Original Message -----

> From: scons-users at scons.org

> To: scons-users at scons.org

> At: 6/28 06:20:41

>

> On 06/26/2012 01:51 PM, Ray Pasco wrote:

>>

>> That's what I have seen, but could I predict _before any runs_ what

>> that order would be ?

>

> scons --tree=prune should give you the tree, and then (I believe) you

> could determine from that.

>

> -Bill

>

> _______________________________________________




More information about the Scons-users mailing list