[Python-Dev] What happened to Setup.local's functionality?

Neil Schemenauer nas@arctrix.com
Mon, 29 Jan 2001 01:23:55 -0800


On Sun, Jan 28, 2001 at 03:40:28PM -0600, Skip Montanaro wrote:
> Makesetup ran but nothing mentioned in Setup.local got built.

I believe Setup.local should still work.  One possibility is that
the modules in Setup.local were marked as shared.  Shared modules
from Setup* don't get build by default.  You have to do "make
oldsharedmods".  I'm not sure why oldsharedmods is not included
in the all target.  Andrew, can you think of any reason why it
shouldn't be added.

  Neil