Fixed progress bar output in iteration-N targets.

Fixed build stop/restart when doing comparative builds.
This commit is contained in:
Manuel Canales Esparcia 2006-06-28 19:24:26 +00:00
parent ef969eee80
commit 385fefdec7

View file

@ -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