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.

classification
Title: make clean doesn't clean up static libraries on 2.x
Type: Stage: resolved
Components: Build Versions: Python 2.7, Python 2.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: ned.deily, ngie
Priority: normal Keywords: patch

Created on 2011-06-28 15:40 by ngie, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cleanup-libpython-dot-a-trunk.patch ngie, 2011-06-28 15:40
Messages (4)
msg139364 - (view) Author: Enji Cooper (ngie) * Date: 2011-06-28 15:40
Running 'make clean' leaves libpython*.a behind. The attached patch removes it when make clean is run.

This was resolved on py3k, not trunk; the attached patch matches what was done on py3k.
msg139365 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-06-28 16:04
A similar fix was applied and released in both 2.6.6 and 2.7.1.
msg139366 - (view) Author: Enji Cooper (ngie) * Date: 2011-06-28 16:21
Is svn not being updated anymore (in lieu of hg)?
msg139368 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-06-28 16:25
No, the svn repos for python itself (at svn.python.org) are frozen as of the hg transition and are for historical reference only.  See http://docs.python.org/devguide/ for more info on current practices.
History
Date User Action Args
2022-04-11 14:57:19adminsetgithub: 56642
2011-06-28 16:25:45ned.deilysetmessages: + msg139368
2011-06-28 16:21:26ngiesetmessages: + msg139366
2011-06-28 16:04:56ned.deilysetstatus: open -> closed

type: compile error ->

nosy: + ned.deily
messages: + msg139365
resolution: out of date
stage: resolved
2011-06-28 15:40:18ngiecreate