mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-06 13:06:11 +02:00
make.sh: Fix printing the total build time
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
5
make.sh
5
make.sh
@@ -241,9 +241,10 @@ print_status() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
print_build_summary() {
|
print_build_summary() {
|
||||||
local runtime=$(format_runtime $@)
|
local runtime="${1}"
|
||||||
|
|
||||||
print_line "*** Build finished in ${runtime}"
|
print_line "*** Build Finished"
|
||||||
|
print_runtime "${runtime}"
|
||||||
print_status DONE
|
print_status DONE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user