[Scons-users] Recursive directories, and the ignoring of filenames.

Alistair Buxton a.j.buxton at gmail.com
Fri Aug 3 12:24:12 EDT 2018


On 3 August 2018 at 14:56, Marc Branchaud <marcnarc at xiplink.com> wrote:

> I use os.walk() to make a big list of all the files.

This is affected by the bug I described, as are all methods which
build a list of filenames and pass it to scons.

Also os.walk ordering is arbitrary so this algorithm has a small
chance of causing random spurious rebuilds.



-- 
Alistair Buxton
a.j.buxton at gmail.com


More information about the Scons-users mailing list