Commit 5be2911b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

make it possible to specify which python interpreter should be used explicitly.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36202 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4f2882d0
PYTHON=python
SOFTWARE_BUILD_PATH='/opt/erp5/'`cat VERSION.txt`
PACKAGE_INSTALL_PATH='opt/erp5/'`cat VERSION.txt`
ifndef $(PACKAGE_VERSION)
......@@ -14,7 +15,7 @@ software: bin/buildout
bin/buildout
bin/buildout:
python -S bootstrap/bootstrap.py
$(PYTHON) -S bootstrap/bootstrap.py
# run make assert to check that all is working
assert: bin/python2.4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment