[Python-Dev] addressing distutils inability to track file dependencies

Skip Montanaro skip@pobox.com
Thu, 13 Jun 2002 12:49:04 -0500


I wonder if it would be better to have distutils generate the appropriate
type of makefile and execute that instead of directly building objects and
shared libraries.  This would finesse some of the dependency tracking
problems that pop up frequently.

Skip