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

2009-04-25 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the patch! Fixed in r71935. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ __

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

2009-04-22 Thread Larry Hastings
Larry Hastings added the comment: Minor correction for the "First" bug mentioned: altbininstall is running "ln", not "ln -s". -- ___ Python tracker ___ __

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

2009-04-22 Thread Larry Hastings
New submission from Larry Hastings : 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 runs, the "ln"