]> git.ipfire.org Git - ipfire-2.x.git/commit
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>
Mon, 22 Jul 2024 15:21:20 +0000 (15:21 +0000)
commit761e95ad0cf21fca8437dbf86bc82e2f1e272bf6
treed47d552ba8b86ac73875de0fd27831d180ff9801
parent449f2879af2ce737573bc4714f69371e3c3ac4ea
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 <michael.tremer@ipfire.org>
make.sh