[Scons-users] Is a post-build function possible ?
    Evan Driscoll 
    driscoll at cs.wisc.edu
       
    Tue Jun 26 14:26:34 EDT 2012
    
    
  
On 06/26/2012 01:31 PM, Kyle J Strand wrote:
> Yes, doing a clean SCons build with -j1 multiple times generates
> identical output, but I thought the original point about the build
> actions being "random" was just that they don't necessarily happen in
> the order listed in the SConstruct and SConsign files (yes, "random" is
> the wrong word since it's deterministic, but it may not be predictable,
> either). Is this correct?
I think it is. But even that shouldn't be depended on: the --random 
option will make it untrue (at least if the docs are correct and I'm 
reading it right), and of course it could always change from version to 
version.
Evan
    
    
More information about the Scons-users
mailing list