Commit 5813fc2f authored by Łukasz Nowak's avatar Łukasz Nowak

- invoke bootstrap and buildout without importing site packages (-S) and...

 - invoke bootstrap and buildout without importing site packages (-S) and ignoring python environmental variables (-E)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37924 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cfb0d261
......@@ -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
......
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