OSDN Git Service

scons: Fix implicit python dependency discovery on Windows.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 8 Jun 2013 07:55:06 +0000 (08:55 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 8 Jun 2013 07:55:06 +0000 (08:55 +0100)
commit0aca2c6b608b80661cb8fd35eb08195ab95743f5
treead3278ca30e84a0e292eeca07aa13140bd5b8bce
parent4f905d4900ea962876eb5933dd00d4b251767f71
scons: Fix implicit python dependency discovery on Windows.

Probably due to CRLF endings, the discovery of python import statements
was not working on Windows builds, causing incremental builds to often
fail unless one wiped out the build directory.

NOTE: This is a candidate for stable branches.
scons/custom.py