[issue5272] OS X installer: fix makefile target changed for 3.x

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: Sure. Done in r72948. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue5272] OS X installer: fix makefile target changed for 3.x

2009-05-26 Thread Benjamin Peterson
Benjamin Peterson added the comment: 2009/5/26 Ronald Oussoren : > > Ronald Oussoren added the comment: > > You've got a point there. > > Benjamin: should the removal of smtpd.py from the list of installed > scripts be listed in the NEWS file? Yes, do you want to do that? --

[issue5272] OS X installer: fix makefile target changed for 3.x

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: You've got a point there. Benjamin: should the removal of smtpd.py from the list of installed scripts be listed in the NEWS file? -- nosy: +benjamin.peterson ___ Python tracker

[issue5272] OS X installer: fix makefile target changed for 3.x

2009-05-25 Thread Ned Deily
Ned Deily added the comment: Issues update: 1. Benjamin fixed this in r72857. 2. Also fixed in r72857. 3. Fixed in r72866. 4. open - all that is needed is to add a NEWS item about smtpd.py no longer being installed as script -- ___ Python tracke

[issue5272] OS X installer: fix makefile target changed for 3.x

2009-05-22 Thread Ned Deily
Ned Deily added the comment: With the decision to have references to py3k scripts always contain a "3", I agree that "make fullinstall" is no longer appropriate. With r72723 and current py3k, however, there are still some issues. Compare ls -l bin from 2.6.2, 3.0.1, and current py3k: $ cd /

[issue5272] OS X installer: fix makefile target changed for 3.x

2009-05-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: "make fullinstall" is wrong, this will install a "python" executable as well as the proper "python3" and "python3.1" executables. I'll do a build of the 3.1 installer ASAP and fix any issues with that. -- nosy: +ronaldoussoren __

[issue5272] OS X installer: fix makefile target changed for 3.x

2009-02-15 Thread Ned Deily
Ned Deily added the comment: Actually, it's more than just a cosmetic issue. Without the "make fullinstall" the bininstall target is skipped. ___ Python tracker ___

[issue5272] OS X installer: fix makefile target changed for 3.x

2009-02-15 Thread Ned Deily
New submission from Ned Deily : 2.x "make install" is equivalent to 3.x "make fullinstall" Update Mac/BuildScript/build-installer.py accordingly. This prevents spurious warning messages in the installer build. -- components: Build, Macintosh files: patch-nad0003-py3k-30.txt messages: 821