[Erp5-report] r36202 kazuhiko - /erp5/trunk/buildout/Makefile
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Jun 10 11:10:17 CEST 2010
Author: kazuhiko
Date: Thu Jun 10 11:10:15 2010
New Revision: 36202
URL: http://svn.erp5.org?rev=36202&view=rev
Log:
make it possible to specify which python interpreter should be used explicitly.
Modified:
erp5/trunk/buildout/Makefile
Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=36202&r1=36201&r2=36202&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Thu Jun 10 11:10:15 2010
@@ -1,3 +1,4 @@
+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
More information about the Erp5-report
mailing list