From: garciadeblas Date: Mon, 24 Apr 2017 15:07:32 +0000 (+0200) Subject: Changes in Makefile to upgrade setuptools X-Git-Tag: v2.0.0~3 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fopenvim.git;a=commitdiff_plain;h=d32ca30e3f5b967c0bec020bc243321c201b40d8 Changes in Makefile to upgrade setuptools Change-Id: I8f1eed00879854899816bd4a5b74017963c2345d Signed-off-by: garciadeblas --- diff --git a/Makefile b/Makefile index 71540c8..8092b70 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ clean: find osm_openvim -name '*.pyo' -delete prepare_lite: - #pip install --upgrade setuptools + pip install --upgrade setuptools mkdir -p build VER1=$(shell git describe | sed -e 's/^v//' |cut -d- -f1); \ VER2=$(shell git describe | cut -d- -f2); \ @@ -38,7 +38,7 @@ prepare_lite: sed -i "s/import osm_openvim; print osm_openvim\.__path__\[0\]/import lib_osm_openvim; print lib_osm_openvim\.__path__\[0\]/g" build/lib_osm_openvim/database_utils/migrate_vim_db.sh prepare: - #pip install --upgrade setuptools + pip install --upgrade setuptools mkdir -p build VER1=$(shell git describe | sed -e 's/^v//' |cut -d- -f1); \ VER2=$(shell git describe | cut -d- -f2); \