Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
672f62ae
Commit
672f62ae
authored
Feb 12, 2009
by
Ronald Oussoren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for issue5196, patch by Ned Deily.
parent
711b578d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
Mac/Makefile.in
Mac/Makefile.in
+7
-2
No files found.
Mac/Makefile.in
View file @
672f62ae
...
...
@@ -49,7 +49,7 @@ installapps: install_Python install_PythonLauncher install_IDLE \
checkapplepython install_pythonw install_versionedtools
installapps4way
:
install_Python4way install_PythonLauncher
\
install_IDLE install_pythonw4way install_versionedtools
install_IDLE
4way
install_pythonw4way install_versionedtools
install_pythonw
:
pythonw
...
...
@@ -217,7 +217,7 @@ install_IDLE:
test
-d
"
$(DESTDIR)$(PYTHONAPPSDIR)
"
||
mkdir
-p
"
$(DESTDIR)$(PYTHONAPPSDIR)
"
-
test
-d
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app"
&&
rm
-rf
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app"
/bin/cp
-PR
"
$(srcdir)
/IDLE/IDLE.app"
"
$(DESTDIR)$(PYTHONAPPSDIR)
"
ln
-sf
$(INSTALLED_PYTHONAPP)
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app/Contents/MacOS/Python"
ln
-sf
"
$(INSTALLED_PYTHONAPP)
"
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app/Contents/MacOS/Python"
sed
-e
"s!%prefix%!
$(prefix)
!g"
-e
's!%exe%!
$(PYTHONFRAMEWORK)
!g'
<
"
$(srcdir)
/IDLE/IDLE.app/Contents/MacOS/IDLE"
>
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app/Contents/MacOS/IDLE"
sed
"s!%version%!
`
$(RUNSHARED)
$(BUILDPYTHON)
-c
'import platform; print(platform.python_version())'
`
!g"
<
"
$(srcdir)
/IDLE/IDLE.app/Contents/Info.plist"
>
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app/Contents/Info.plist"
if
[
-f
"
$(DESTDIR)$(LIBDEST)
/idlelib/config-main.def"
]
;
then
\
...
...
@@ -239,6 +239,11 @@ install_IDLE:
fi
touch
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app"
install_IDLE4way
:
install_IDLE
ln
-sf
"
$(INSTALLED_PYTHONAPP)
-32"
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app/Contents/MacOS/Python"
sed
-e
"s!%prefix%!
$(prefix)
!g"
-e
's!%exe%!
$(PYTHONFRAMEWORK)
-32!g'
<
"
$(srcdir)
/IDLE/IDLE.app/Contents/MacOS/IDLE"
>
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app/Contents/MacOS/IDLE"
touch
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app"
$(INSTALLED_PYTHONAPP)
:
install_Python
installextras
:
$(srcdir)/Extras.ReadMe.txt $(srcdir)/Extras.install.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment