Commit 1dcd0b8b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

specify some options for buildout by default.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37872 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7ba78745
PYTHON=python
BUILDOUT_OPT=-U -v
SOFTWARE_BUILD_PATH='/opt/erp5/'`cat VERSION.txt`
PACKAGE_INSTALL_PATH='opt/erp5/'`cat VERSION.txt`
ifndef $(PACKAGE_VERSION)
......@@ -12,7 +13,7 @@ PACKAGE_APPLICATION_RELEASE=001
endif
software: bin/buildout
bin/buildout
bin/buildout $(BUILDOUT_OPT)
bin/buildout:
$(PYTHON) -S bootstrap/bootstrap.py
......
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