-
Committer:
Michael Tremer
-
Date:
2024-07-22 15:21:20 UTC
-
Revision ID:
git-v1:761e95ad0cf21fca8437dbf86bc82e2f1e272bf6
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>