suppress toolchain state missing errors
This commit is contained in:
parent
7445dc5da8
commit
8027bcc0b5
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue