[issue12433] make clean doesn't clean up static libraries on 2.x

Garrett Cooper report at bugs.python.org
Tue Jun 28 17:40:19 CEST 2011


New submission from Garrett Cooper <yanegomi at gmail.com>:

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.

----------
components: Build
files: cleanup-libpython-dot-a-trunk.patch
keywords: patch
messages: 139364
nosy: yaneurabeya
priority: normal
severity: normal
status: open
title: make clean doesn't clean up static libraries on 2.x
type: compile error
versions: Python 2.6, Python 2.7
Added file: http://bugs.python.org/file22509/cleanup-libpython-dot-a-trunk.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12433>
_______________________________________


More information about the Python-bugs-list mailing list