This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients skip.montanaro
Date 2008-10-01.12:52:37
SpamBayes Score 1.962243e-07
Marked as misclassified No
Message-id <1222865558.69.0.211492206559.issue4007@psf.upfronthosting.co.za>
In-reply-to
Content
The "clean" target in the makefile fails to delete the libpython.a file
and the libpython.so.X.Y file (should you have configured using
--enable-shared).  The attached trivial patch solves that problem.
The patch is against the trunk as of just before the 2.6 final release.
It will almost certainly apply cleanly to the py3k version as well.
History
Date User Action Args
2008-10-01 12:52:38skip.montanarosetrecipients: + skip.montanaro
2008-10-01 12:52:38skip.montanarosetmessageid: <1222865558.69.0.211492206559.issue4007@psf.upfronthosting.co.za>
2008-10-01 12:52:37skip.montanarolinkissue4007 messages
2008-10-01 12:52:37skip.montanarocreate