From 70b6500b98f2cbd2c4dde345638a23d4dbfeac60 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Jul 2024 20:22:15 +0000 Subject: [PATCH] make.sh: Enable the timer for the toolchain, too Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 428ca5db4..08693e7f7 100755 --- a/make.sh +++ b/make.sh @@ -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}" -- 2.39.5