File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ APPSUBDIRS=MacOS Resources
4747compileall =$(srcdir ) /../Lib/compileall.py
4848
4949installapps : install_Python install_pythonw install_PythonLauncher install_IDLE \
50- checkapplepython install_versionedtools
51-
50+ checkapplepython
5251
5352install_pythonw : pythonw
5453 $(INSTALL_PROGRAM ) $(STRIPFLAG ) pythonw " $( DESTDIR) $( prefix) /bin/pythonw$( VERSION) "
@@ -92,27 +91,6 @@ altinstallunixtools:
9291 ln -fs " $( prefix) /bin/$$ {fn}" " $( DESTDIR) $( FRAMEWORKUNIXTOOLSPREFIX) /bin/$$ {fn}" ; \
9392 done
9493
95- # By default most tools are installed without a version in their basename, to
96- # make it easier to install (and use) several python versions side-by-side move
97- # the tools to a version-specific name and add the non-versioned name as an
98- # alias.
99- install_versionedtools :
100- for fn in idle pydoc ; \
101- do \
102- if [ -h " $( DESTDIR) $( prefix) /bin/$$ {fn}3" ]; then \
103- continue ; \
104- fi ; \
105- mv " $( DESTDIR) $( prefix) /bin/$$ {fn}3" " $( DESTDIR) $( prefix) /bin/$$ {fn}$( VERSION) " ; \
106- ln -sf " $$ {fn}$( VERSION) " " $( DESTDIR) $( prefix) /bin/$$ {fn}3" ; \
107- done
108- mv " $( DESTDIR) $( prefix) /bin/2to3" " $( DESTDIR) $( prefix) /bin/2to3-$( VERSION) "
109- ln -sf " 2to3-$( VERSION) " " $( DESTDIR) $( prefix) /bin/2to3"
110- if [ ! -h " $( DESTDIR) $( prefix) /bin/python3-config" ]; then \
111- mv " $( DESTDIR) $( prefix) /bin/python3-config" " $( DESTDIR) $( prefix) /bin/python$( VERSION) -config" ; \
112- ln -sf " python$( VERSION) -config" " $( DESTDIR) $( prefix) /bin/python3-config" ; \
113- fi
114-
115-
11694pythonw : $(srcdir ) /Tools/pythonw.c Makefile
11795 $(CC ) $(LDFLAGS ) -DPYTHONFRAMEWORK=' "$(PYTHONFRAMEWORK)"' -o $@ $(srcdir ) /Tools/pythonw.c -I.. -I$(srcdir ) /../Include ../$(PYTHONFRAMEWORK ) .framework/Versions/$(VERSION ) /$(PYTHONFRAMEWORK )
11896
Original file line number Diff line number Diff line change @@ -189,6 +189,9 @@ C-API
189189Build
190190-----
191191
192+ - Issue #10820: Fix OS X framework installs to support version-specific
193+ scripts (#10679).
194+
192195- Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in
193196 the configure script but use $GREP instead. Patch by Fabian Groffen.
194197
You can’t perform that action at this time.
0 commit comments