suppress toolchain state missing errors

This commit is contained in:
Lance Vick 2023-04-04 14:41:02 -07:00
parent 7445dc5da8
commit 8027bcc0b5
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 1 deletions

View File

@ -221,6 +221,6 @@ define toolchain
--workdir /home/build \
--env-file=$(CONFIG_DIR)/global.env \
--env-file=$(CACHE_DIR_ROOT)/toolchain.env \
$(shell cat cache/toolchain.state) \
$(shell cat cache/toolchain.state 2> /dev/null) \
$(SRC_DIR)/toolchain/scripts/host-env bash -c $(1)
endef