make.sh: Enable the timer for the toolchain, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-09 20:22:15 +00:00
parent c6043558fb
commit 1ab2481875

View File

@@ -873,7 +873,7 @@ lfsmake1() {
exiterror "Downloading ${pkg}"
fi
if ! make_pkg "${pkg}" TOOLCHAIN=1 ROOT="${BUILD_DIR}" "$@"; then
if ! make_pkg --timer="update_runtime" "${pkg}" TOOLCHAIN=1 ROOT="${BUILD_DIR}" "$@"; then
print_status FAIL
exiterror "Building ${pkg}"