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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Aug 20 10:14:29 CEST 2010


Author: luke
Date: Fri Aug 20 10:14:29 2010
New Revision: 37924

URL: http://svn.erp5.org?rev=37924&view=rev
Log:
 - invoke bootstrap and buildout without importing site packages (-S) and ignoring python environmental variables (-E)

Modified:
    erp5/trunk/buildout/Makefile

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=37924&r1=37923&r2=37924&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Fri Aug 20 10:14:29 2010
@@ -13,10 +13,10 @@ PACKAGE_APPLICATION_RELEASE=001
 endif
 
 software: bin/buildout
-	bin/buildout $(BUILDOUT_OPT)
+	$(PYTHON) -SE bin/buildout $(BUILDOUT_OPT)
 
 bin/buildout:
-	$(PYTHON) -S bootstrap/bootstrap.py
+	$(PYTHON) -SE bootstrap/bootstrap.py
 
 # run make assert to check that all is working
 assert: bin/python2.4




More information about the Erp5-report mailing list