[issue4007] make clean fails to delete .a and .so.X.Y files

Skip Montanaro report at bugs.python.org
Wed Oct 1 14:52:38 CEST 2008


New submission from Skip Montanaro <skip at pobox.com>:

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.

----------
components: Build
keywords: easy, patch
messages: 74128
nosy: skip.montanaro
priority: normal
severity: normal
status: open
title: make clean fails to delete .a and .so.X.Y files
type: behavior

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


More information about the Python-bugs-list mailing list