From: Michael Tremer Date: Tue, 9 Jul 2024 20:22:15 +0000 (+0000) Subject: make.sh: Enable the timer for the toolchain, too X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70b6500b98f2cbd2c4dde345638a23d4dbfeac60;p=people%2Fms%2Fipfire-2.x.git make.sh: Enable the timer for the toolchain, too Signed-off-by: Michael Tremer --- 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}"