[Scons-users] Customize build decision logic for phony targets, that doesn't involve files
    Andrew Pashkin 
    andrew.pashkin at gmx.co.uk
       
    Sun Mar 27 07:48:14 EDT 2016
    
    
  
On 03/27/2016 02:46 PM, Dirk Bächle wrote:
> in your current setup SCons sees that the target doesn't exist, so it 
> tries to build it....over and over again, because your actual build 
> action is empty. As soon as you provide an action that really creates 
> the target file, there won't be any rebuilds and the Value() 
> dependency should work as expected.
This is called "token-files", right?
    
    
More information about the Scons-users
mailing list