From b3e992e7c7b0a169f17c78590b7ffda7b42882df Mon Sep 17 00:00:00 2001 From: ZoRo Date: Sat, 14 Dec 2019 16:49:54 +0000 Subject: Update aftetr compilation on centos6 --- python/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/Makefile') diff --git a/python/Makefile b/python/Makefile index 273a865..0ed24be 100644 --- a/python/Makefile +++ b/python/Makefile @@ -7,19 +7,19 @@ INSTALL_PATH3=/home/fam/downloads/source/python/static_python/output3 make: download echo "Create static python" -download: Python-$(VERSION).tgz +download: echo "Download" wget -c https://www.python.org/ftp/python/$(VERSION)/Python-$(VERSION).tgz tar -xvf Python-$(VERSION).tgz -download3: Python-$(VERSION).tgz +download3: echo "Download" wget -c https://www.python.org/ftp/python/$(VERSION3)/Python-$(VERSION3).tgz tar -xvf Python-$(VERSION3).tgz configure: echo "Configure" - pushd `pwd` + #pushd `pwd` #dynamic #cd ./Python-$(VERSION); ./configure --enable-shared --prefix=$(INSTALL_PATH) #static @@ -28,7 +28,7 @@ configure: configure3: echo "Configure" - pushd `pwd` + #pushd `pwd` #dynamic #cd ./Python-$(VERSION); ./configure --enable-shared --prefix=$(INSTALL_PATH) #static -- cgit v1.2.3