don't cleanup

This commit is contained in:
Jay Lee
2019-07-27 10:01:33 -04:00
parent cbfd93e440
commit 2669079a31

View File

@@ -53,11 +53,11 @@ else
tar xf Python-$BUILD_PYTHON_VERSION.tar.xz
fi
cd Python-$BUILD_PYTHON_VERSION
if [[ "$dist" == "bionic" ]]; then
echo "running bionic make clean"
make clean
rm Makefile
fi
#if [[ "$dist" == "bionic" ]]; then
# echo "running bionic make clean"
# make clean
# rm Makefile
#fi
echo "Compiling Python $BUILD_PYTHON_VERSION..."
safe_flags="--with-openssl=$mypath/ssl --enable-shared --prefix=$mypath/python --with-ensurepip=upgrade"
unsafe_flags="--enable-optimizations --with-lto"