[Erp5-report] r34921 luke - /erp5/trunk/buildout/Makefile

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 3 10:13:37 CEST 2010


Author: luke
Date: Mon May  3 10:13:35 2010
New Revision: 34921

URL: http://svn.erp5.org?rev=34921&view=rev
Log:
 - while bootstraping do not import site, to avoid chicken and egg problem with setuptools

Modified:
    erp5/trunk/buildout/Makefile

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=34921&r1=34920&r2=34921&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Mon May  3 10:13:35 2010
@@ -14,7 +14,7 @@
 	bin/buildout
 
 bin/buildout:
-	python 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