]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
make.sh: Do not throw away any error messages when setting ccache size
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Feb 2022 12:17:17 +0000 (12:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Feb 2022 12:46:03 +0000 (12:46 +0000)
commit986ee2282fba5bdd382a0020a3663e42fc63f9fc
tree5365d93b31fa075c6cdb78a5642da0ff12f7f494
parent72718c896c2bf3cfcbe466a89c0437e1b4ab421f
make.sh: Do not throw away any error messages when setting ccache size

This is the first time we will try to enter the chroot environment and
when setting up QEMU fails, we won't see any errors.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh