Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos.buildout
Commits
50b58818
Commit
50b58818
authored
Aug 20, 2012
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix makefile checks
parent
f3a79c31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+4
-4
No files found.
Makefile
View file @
50b58818
...
...
@@ -3,11 +3,11 @@ PYTHON_PATH = $(HERE)/python
PYTHON_VER
?=
2.7
PYTHON_MINOR
?=
2.7.3
ifeq
($(PYTHON_VER),
"2.6"
)
PYTHON_MINOR
?
=
2.6.8
ifeq
($(PYTHON_VER),
2.6
)
PYTHON_MINOR
=
2.6.8
endif
ifeq
($(PYTHON_VER),
"3.2"
)
PYTHON_MINOR
?
=
3.2.3
ifeq
($(PYTHON_VER),
3.2
)
PYTHON_MINOR
=
3.2.3
endif
PYTHON_DOWNLOAD
?=
http://www.python.org/ftp/python/
$(PYTHON_MINOR)
/Python-
$(PYTHON_MINOR)
.tgz
...
...
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