Do not force a clean rebuild every time

Signed-off-by: Stefano Stabellini <stefano.stabell...@eu.citrix.com>
---
 lib/commands.sh |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/commands.sh b/lib/commands.sh
index b330209..c47ba1f 100755
--- a/lib/commands.sh
+++ b/lib/commands.sh
@@ -51,7 +51,6 @@ function build() {
     mkdir -p "$INST_DIR" &>/dev/null
 
     # build and install under $DESTDIR
-    for_each_component clean
     for_each_component build
     
     build_package xen-system
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to