]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: Don't revalidate the images all the time
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jul 2024 15:00:42 +0000 (15:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jul 2024 15:00:42 +0000 (15:00 +0000)
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 <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index b454591ce279aa9a7ab0035f914fb7a666233edd..c716efbc789a8c6d6feeea35e5f65de3446f46ec 100755 (executable)
--- 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