]> git.ipfire.org Git - people/ms/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>
Tue, 9 Jul 2024 15:00:42 +0000 (15:00 +0000)
commitd043f6f9ecbbc8bcc7c0509f39b5f38f8d729ec9
treed972f70128dbdfaf56f27fcf244e7861ddd1167d
parent304319bbd5a4d7714aed8d9ca509df66db3993ad
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