From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] make.sh: Actually perform the build in the toolchain stage Date: Fri, 03 Jan 2025 10:40:03 +0000 Message-ID: <20250103104003.3792520-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4652576552572777714==" List-Id: --===============4652576552572777714== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 41bb1ea93..c70324c12 100755 --- a/make.sh +++ b/make.sh @@ -939,7 +939,7 @@ lfsmake1() { exiterror "Downloading ${pkg}" fi =20 - if ! make_pkg --timer=3D"update_runtime" "${pkg}" TOOLCHAIN=3D1 ROOT=3D"${B= UILD_DIR}" b2 "$@"; then + if ! make_pkg --timer=3D"update_runtime" "${pkg}" TOOLCHAIN=3D1 ROOT=3D"${B= UILD_DIR}" b2 install "$@"; then print_status FAIL =20 exiterror "Building ${pkg}" --=20 2.39.5 --===============4652576552572777714==--