From 1dcd0b8bd8d9402a06f07fd9b018f11c6db18a4f Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Wed, 18 Aug 2010 08:26:08 +0000
Subject: [PATCH] specify some options for buildout by default.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37872 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildout/Makefile b/buildout/Makefile
index f73603844c..c546390718 100644
--- a/buildout/Makefile
+++ b/buildout/Makefile
@@ -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
-- 
2.30.9