[Scons-users] Treating all files as out of date

Remko Tronçon remko at el-tramo.be
Wed Jul 10 03:07:36 EDT 2013


Hi Dirk,

On 10 July 2013 00:06, Dirk Bächle <tshortik at gmx.de> wrote:

> If you'd simply need this for a single project or once in a

> while, another option would be a custom Decider (see 6.1.4 in the UserGuide)

> which always returns True.


I tried this before, and it didn't work, so I thought it was my
limited understanding of deciders. However, I went back and tried it
again, and it seems I put the decider call too late in the sconscript
file. Putting it before declaring my targets seems to do what I want,
thanks!


> I'm not really convinced by the "-B" approach yet


You're probably right. It seems to be useful for 'make', but that's
probably because it misses dependencies regularly, and you regularly
need to do clean builds. My use of it is quite exceptional (I use it
to get a log of all the commands scons executes on my codebase, in
order to drive other analysis tools).

thanks!
Remko


More information about the Scons-users mailing list