]> granicus.if.org Git - python/commit
Extend dependency tracking so that .o files are rebuilt.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 13 Jun 2002 17:32:20 +0000 (17:32 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 13 Jun 2002 17:32:20 +0000 (17:32 +0000)
commitc18fde5d82981cc1f6e18ccdc3ab5a4d333856fb
tree96b70d4ba03ae810bedf7da6e0ba85b0bbd522d7
parent1bba31d9a2dd24824a36b7e02cab7a9502587269
Extend dependency tracking so that .o files are rebuilt.

Two new tests are needed:

Don't skip building an extension if any of the depends files are newer
than the target.

Pass ext.depends to compiler.compile() so that it can track individual
files.
Lib/distutils/command/build_ext.py