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>
This commit is contained in:
Michael Tremer
2022-02-22 12:51:21 +00:00
committed by Peter Müller
parent 72718c896c
commit 7be78b4cac

View File

@@ -547,7 +547,7 @@ prepareenv() {
esac
# Setup ccache cache size
enterchroot ccache --max-size="${CCACHE_CACHE_SIZE}" >/dev/null
enterchroot ccache --max-size="${CCACHE_CACHE_SIZE}"
}
enterchroot() {