From 6ef68d31de1b6512c1303eed4c6931c5a7a0f209 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 6 Dec 2011 10:51:17 +0100 Subject: [PATCH] remove odl reduce python --- reduce-python.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 reduce-python.sh diff --git a/reduce-python.sh b/reduce-python.sh deleted file mode 100755 index 9470551..0000000 --- a/reduce-python.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/zsh -set -o errexit -set -x - -echo "Starting reducing==========" - -# credit to: -# http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html -# http://latenitesoft.blogspot.com/2008/10/iphone-programming-tips-building-unix.html - -export IOS_VERSION="5.0" -PATH_SIMU=${PWD}/python_files/Python-2.7.1-IOS${IOS_VERSION}-simulator -PATH_DEV=${PWD}/python_files/Python-2.7.1-IOS${IOS_VERSION}-device -PATH_ALL=${PWD}/python_files/Python-2.7.1-IOS${IOS_VERSION} - -pushd $PATH_DEV/lib/python2.7 -find . -iname '*.pyc' | xargs rm -find . -iname '*.py' | xargs rm -rm -rd *test* -rm -rd lib-* wsgiref bsddb curses idlelib hotshot