[issue24143] Makefile in tarball don't provide make uninstall target

2015-05-07 Thread Ned Deily
Changes by Ned Deily : -- priority: normal -> low stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue24143] Makefile in tarball don't provide make uninstall target

2015-05-07 Thread Ned Deily
Ned Deily added the comment: [Note, this is in response to the opening of this issue by krichter; the opening did not generate a message itself] This has come up in the past (for example, Issue549764) but, AFAIK, no one has shown much interest in pursuing such a feature by providing a patch.

[issue24143] Makefile in tarball don't provide make uninstall target

2015-05-07 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg242728 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue24143] Makefile in tarball don't provide make uninstall target

2015-05-07 Thread Ned Deily
New submission from Ned Deily: This has come up in the past (for example, Issue549764) but, AFAIK, no one has shown much interest in pursuing such a feature by providing a patch. Note that it would likely be very tricky to cover all the edge cases properly. As a practical matter, one reason

[issue24143] Makefile in tarball don't provide make uninstall target

2015-05-07 Thread Karl Richter
Changes by Karl Richter : -- components: Build nosy: krichter priority: normal severity: normal status: open title: Makefile in tarball don't provide make uninstall target versions: Python 2.7 ___ Python tracker __