[issue5818] Fix five small bugs in the bininstall and altbininstall pseudotargets

2009-04-25 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Thanks for the patch! Fixed in r71935. -- nosy: +benjamin.peterson resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5818

[issue5818] Fix five small bugs in the bininstall and altbininstall pseudotargets

2009-04-23 Thread Larry Hastings
New submission from Larry Hastings la...@hastings.org: Makefile.pre.in as checked in has several small bugs: First, the altbininstall target runs ln -s without first ensuring the destination doesn't exist. If you run make install twice, without manually deleting $prefix/bin/python3 between the

[issue5818] Fix five small bugs in the bininstall and altbininstall pseudotargets

2009-04-23 Thread Larry Hastings
Larry Hastings la...@hastings.org added the comment: Minor correction for the First bug mentioned: altbininstall is running ln, not ln -s. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5818