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: Fix typo in Makefile
Type: Stage: commit review
Components: Versions: Python 3.1, Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: twouters Nosy List: pitrou, twouters
Priority: normal Keywords: easy, needs review, patch

Created on 2011-03-06 06:18 by twouters, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
destdir.diff twouters, 2011-03-06 06:18 review
Messages (3)
msg130146 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2011-03-06 06:18
Fix a (double) typo in the Makefile, which prevents 'make DESTDIR=relative/path' from working correctly.
msg130166 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-03-06 11:59
Looks fine, please commit.
msg130185 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2011-03-06 19:55
Checked into 2.7, 3.1, 3.2 and default (d121681ed1cc, 12f0da000dc4, 686df11f0a14, bb2a9ea5c7d0.)
History
Date User Action Args
2022-04-11 14:57:14adminsetgithub: 55620
2011-03-06 19:55:21twouterssetstatus: open -> closed

messages: + msg130185
resolution: fixed
2011-03-06 11:59:08pitrousetversions: + Python 3.1, Python 2.7, Python 3.2, Python 3.3
nosy: + pitrou

messages: + msg130166

assignee: twouters
stage: commit review
2011-03-06 06:18:28twouterscreate