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

Remko Tronçon remko at el-tramo.be
Tue Jul 9 14:44:44 EDT 2013


Hi,

I'm looking for a way to tell SCons to treat all files as out of date.
One thing I had in mind was:
env.AlwaysBuild(env.Glob("**"))
but I don't think "**" is supported in Globs yet, or am i mistaken?

Is there another way of achieving what I want?

thanks!
Remko


More information about the Scons-users mailing list