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: Added Misc/python.pc to 'distclean' Rule
Type: Stage: resolved
Components: Build Versions: Python 3.1, Python 3.2, Python 2.7
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: mark.dickinson Nosy List: georg.brandl, jcsalterego, mark.dickinson
Priority: normal Keywords: patch

Created on 2009-06-17 19:14 by jcsalterego, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
makefile-clobber.diff jcsalterego, 2009-06-17 19:14 Patch against Makefile r73468
Messages (3)
msg89476 - (view) Author: Jerry Chen (jcsalterego) Date: 2009-06-17 19:14
Added Misc/python.pc to 'distclean' rule

Minor issue... After running ./configure, Misc/python.pc is generated
from python.pc.in. Interesting to note in the python2.7 trunk, this file
is added to the svn:ignore property of Misc/ so it doesn't show up to
svn, but in accordance with the rest of the 'distclean' rule, it makes
sense to remove the file completely.

Diff'd against r73468.
msg89477 - (view) Author: Jerry Chen (jcsalterego) Date: 2009-06-17 19:15
Errata: the patch is for Makefile.pre.in, not Makefile.
msg92109 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2009-08-31 14:54
Thanks for the patch.

Applied in r74604 (trunk), r74605 (py3k), r74606 (release31-maint).
History
Date User Action Args
2022-04-11 14:56:50adminsetgithub: 50546
2009-08-31 14:54:28mark.dickinsonsetstatus: open -> closed

assignee: georg.brandl -> mark.dickinson
components: + Build, - Documentation
versions: + Python 2.7, Python 3.2
nosy: + mark.dickinson

messages: + msg92109
resolution: accepted
stage: resolved
2009-06-17 19:15:44jcsalteregosetmessages: + msg89477
2009-06-17 19:14:19jcsalteregocreate