projects
/
osm
/
RO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
107e4e3
)
Updated Makefile to install pip-setuptools as user
68/1668/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 24 Apr 2017 17:02:22 +0000
(19:02 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 24 Apr 2017 17:02:22 +0000
(19:02 +0200)
Change-Id: I2a19ff89a94153568218fdd33ea0807f6358e153
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
9189cf7
..
41b265a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-9,7
+9,7
@@
clean:
find osm_ro -name '*.pyc' -delete
find osm_ro -name '*.pyo' -delete
prepare:
- pip install setuptools
+ pip install
--user --upgrade
setuptools
mkdir -p build/
VER1=$(shell git describe | sed -e 's/^v//' |cut -d- -f1); \
VER2=$(shell git describe | cut -d- -f2); \