introduced path indepent python compilation

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@50 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 20 years ago
parent 9737eeb14d
commit 385b7ca541

@ -28,7 +28,7 @@ clean:
rm -f ${TARBALL_PREFIX}*.tar.gz
compile:
python${PYTHON_VERSION} /usr/local/lib/python${PYTHON_VERSION}/compileall.py -q .
python${PYTHON_VERSION} py_comp -l -q .
install: all
install -d ${BASEDIR}/${LIB_INSTALLDIR}

@ -0,0 +1,2 @@
import compileall
compileall.main()
Loading…
Cancel
Save