]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
make.sh: Enable the timer for the toolchain, too
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jul 2024 20:22:15 +0000 (20:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:20 +0000 (15:21 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 428ca5db43d00b09a7fe643c8e904442de728d55..08693e7f7f181becdd6cce457e6fd3cdac2911c7 100755 (executable)
--- 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}"