create out if it does not exist

This commit is contained in:
Lance Vick 2023-09-24 05:17:39 -07:00
parent 52811cee5f
commit 206148838d
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ toolchain-restore-mtime:
.PHONY: toolchain-dist-cache
toolchain-dist-cache:
mkdir -p $(OUT_DIR)
cp -Rp $(DIST_DIR)/* $(OUT_DIR)/
$(CONFIG_DIR)/apt-base.list: