Fixed BLFS Makefile to use the new progress_bar.sh.

This commit is contained in:
Manuel Canales Esparcia 2006-09-11 12:11:49 +00:00
parent 03b3eba09e
commit e9642b920b

View file

@ -26,7 +26,7 @@ cat << EOF
$i: $PREV
@\$(call echo_message, Building)
@./progress_bar.sh \$@ &
@./progress_bar.sh \$@ \$\$PPID &
EOF
) >> $MKFILE.tmp
}