From 385fefdec718c40226c079b45b097f19944756bf Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 28 Jun 2006 19:24:26 +0000 Subject: [PATCH] Fixed progress bar output in iteration-N targets. Fixed build stop/restart when doing comparative builds. --- common/func_compare.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/func_compare.sh b/common/func_compare.sh index 5f988c8..9559dfd 100644 --- a/common/func_compare.sh +++ b/common/func_compare.sh @@ -34,8 +34,6 @@ wrt_system_build() { # fi echo -e "\nsystem_build_$RUN: $PREV_IT $system_build" >> $MKFILE.tmp - PREV=system_build_$RUN - } #----------------------------------# @@ -112,6 +110,7 @@ wrt_logs() { # mv ${LOGS} $ITERATION && \\ popd 1> /dev/null @touch \$@ && \\ + sleep .25 && \\ echo " "\$(BOLD)Target \$(BLUE)\$@ \$(BOLD)OK && \\ echo --------------------------------------------------------------------------------\$(WHITE) EOF