From 13f114550edc51388eab982500baa07f08d586ba Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 10 Apr 2006 17:38:01 +0000 Subject: [PATCH] Added Building messages. --- common/func_ICA.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/func_ICA.sh b/common/func_ICA.sh index 485f77c..93f6d0a 100644 --- a/common/func_ICA.sh +++ b/common/func_ICA.sh @@ -30,15 +30,18 @@ wrt_iterations() { # ITERATION=iteration-$N if [ "$N" = "1" ] ; then echo "$ITERATION: chapter6" >> $MKFILE + echo -e "\t@\$(call echo_message, Building)" >> $MKFILE wrt_prepare "$ITERATION" wrt_logs_and_clean "$ITERATION" PREV=$ITERATION elif [ "$N" = "$ITERATIONS" ] ; then echo "iteration-last: $PREV system_rebuild" >> $MKFILE + echo -e "\t@\$(call echo_message, Building)" >> $MKFILE wrt_prepare "$ITERATION" "$PREV" wrt_logs "$ITERATION" else echo "$ITERATION: $PREV system_rebuild" >> $MKFILE + echo -e "\t@\$(call echo_message, Building)" >> $MKFILE wrt_prepare "$ITERATION" "$PREV" wrt_logs_and_clean "$ITERATION" PREV=$ITERATION