From 1ab24818752b810b9e5549d3d29e4bb89ad93c4a 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 428ca5db43..08693e7f7f 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.47.3