Fixed BLFS Makefile to use the new progress_bar.sh.
This commit is contained in:
parent
03b3eba09e
commit
e9642b920b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ cat << EOF
|
|||
|
||||
$i: $PREV
|
||||
@\$(call echo_message, Building)
|
||||
@./progress_bar.sh \$@ &
|
||||
@./progress_bar.sh \$@ \$\$PPID &
|
||||
EOF
|
||||
) >> $MKFILE.tmp
|
||||
}
|
||||
|
|
Reference in a new issue