From: Michael Tremer Date: Tue, 9 Jul 2024 15:00:42 +0000 (+0000) Subject: make.sh: Don't revalidate the images all the time X-Git-Tag: v2.29-core188~10^2~307 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=761e95ad0cf21fca8437dbf86bc82e2f1e272bf6;p=ipfire-2.x.git make.sh: Don't revalidate the images all the time Calling b2 causes make to verify all source which creates a lot of IO. This is not really necessary because install will do the same and the build would fail if the source checksums didn't match. Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index b454591ce2..c716efbc78 100755 --- a/make.sh +++ b/make.sh @@ -980,7 +980,7 @@ lfsmake2() { [ $? == 1 ] && return 0 # Download source outside of the toolchain - if ! make_pkg "${pkg}" download b2 "$@"; then + if ! make_pkg "${pkg}" download "$@"; then exiterror "Downloading ${pkg}" fi