From: Michael Tremer Date: Fri, 3 Jan 2025 10:40:03 +0000 (+0000) Subject: make.sh: Actually perform the build in the toolchain stage X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df7d6c99a9831d47d93df5258eeddc26f8568d89;p=people%2Fmfischer%2Fipfire-2.x.git make.sh: Actually perform the build in the toolchain stage Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- diff --git a/make.sh b/make.sh index 72437f659..fbfc8af86 100755 --- a/make.sh +++ b/make.sh @@ -939,7 +939,7 @@ lfsmake1() { exiterror "Downloading ${pkg}" fi - if ! make_pkg --timer="update_runtime" "${pkg}" TOOLCHAIN=1 ROOT="${BUILD_DIR}" b2 "$@"; then + if ! make_pkg --timer="update_runtime" "${pkg}" TOOLCHAIN=1 ROOT="${BUILD_DIR}" b2 install "$@"; then print_status FAIL exiterror "Building ${pkg}"