wuzhipeng2014 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

Glob(*.cpp) causes an unneccessary rebuild with SCons #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In at least the 1.2.0 release of SCons, Glob(*.cpp) causes an unneccessary
recompilation step.
This is confirmed and fixed in the following SCons bug:
http://scons.tigris.org/issues/show_bug.cgi?id=2419
In SCons trunk, the problem is fixed, but not yet in any of the public
releases. For this reason,
we now list C++ sources in a static Python list. We should replace those
with Glob() when
the next SCons version is released.

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 10:42

GoogleCodeExporter commented 9 years ago

Original comment by coenbijlsma on 7 Aug 2009 at 11:04