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
1414e17b
Commit
1414e17b
authored
Jan 02, 2009
by
Ronald Oussoren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport of r68150
parent
e9cce8e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Mac/IDLE/Makefile.in
Mac/IDLE/Makefile.in
+3
-3
Mac/PythonLauncher/Makefile.in
Mac/PythonLauncher/Makefile.in
+1
-1
No files found.
Mac/IDLE/Makefile.in
View file @
1414e17b
...
...
@@ -29,10 +29,10 @@ all: IDLE.app
install
:
IDLE.app $(srcdir)/config-main.def $(srcdir)/config-extensions.def
test
-d
"
$(DESTDIR)$(PYTHONAPPSDIR)
"
||
mkdir
-p
"
$(DESTDIR)$(PYTHONAPPSDIR)
"
-
test
-d
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app"
&&
rm
-r
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app"
cp
-PR
IDLE.app
"
$(DESTDIR)$(PYTHONAPPSDIR)
"
/bin/
cp
-PR
IDLE.app
"
$(DESTDIR)$(PYTHONAPPSDIR)
"
touch
"
$(DESTDIR)$(PYTHONAPPSDIR)
/IDLE.app"
cp
$(srcdir)
/config-main.def
"
$(DESTDIR)$(prefix)
/lib/python
$(VERSION)
/idlelib/config-main.def"
cp
$(srcdir)
/config-extensions.def
"
$(DESTDIR)$(prefix)
/lib/python
$(VERSION)
/idlelib/config-extensions.def"
/bin/
cp
$(srcdir)
/config-main.def
"
$(DESTDIR)$(prefix)
/lib/python
$(VERSION)
/idlelib/config-main.def"
/bin/
cp
$(srcdir)
/config-extensions.def
"
$(DESTDIR)$(prefix)
/lib/python
$(VERSION)
/idlelib/config-extensions.def"
clean
:
rm
-rf
IDLE.app
...
...
Mac/PythonLauncher/Makefile.in
View file @
1414e17b
...
...
@@ -29,7 +29,7 @@ all: Python\ Launcher.app
install
:
Python
\
Launcher.app
test
-d
"
$(DESTDIR)$(PYTHONAPPSDIR)
"
||
mkdir
-p
"
$(DESTDIR)$(PYTHONAPPSDIR)
"
-
test
-d
"
$(DESTDIR)$(PYTHONAPPSDIR)
/Python Launcher.app"
&&
rm
-r
"
$(DESTDIR)$(PYTHONAPPSDIR)
/Python Launcher.app"
cp
-r
"Python Launcher.app"
"
$(DESTDIR)$(PYTHONAPPSDIR)
"
/bin/
cp
-r
"Python Launcher.app"
"
$(DESTDIR)$(PYTHONAPPSDIR)
"
touch
"
$(DESTDIR)$(PYTHONAPPSDIR)
/Python Launcher.app"
clean
:
...
...
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