[Erp5-report] r37872 kazuhiko - /erp5/trunk/buildout/Makefile

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 18 10:26:11 CEST 2010


Author: kazuhiko
Date: Wed Aug 18 10:26:08 2010
New Revision: 37872

URL: http://svn.erp5.org?rev=37872&view=rev
Log:
specify some options for buildout by default.

Modified:
    erp5/trunk/buildout/Makefile

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=37872&r1=37871&r2=37872&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Wed Aug 18 10:26:08 2010
@@ -1,4 +1,5 @@
 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




More information about the Erp5-report mailing list