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

Jeremy Hylton jeremy@zope.com
Thu, 13 Jun 2002 13:51:30 -0400


>>>>> "SM" == Skip Montanaro <skip@pobox.com> writes:

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

That sounds really complicated.

Jeremy