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

Dirk Bächle tshortik at gmx.de
Tue Jul 9 15:55:35 EDT 2013


Hi Remko,

On 09.07.2013 20:44, Remko Tronçon wrote:

> 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?


I'd simply do a

scons -c
scons

. You're right, the "**" notation is not supported by the Glob command, yet.

Best regards,

Dirk



More information about the Scons-users mailing list