From 206148838d7382da2e5c7b7684b6ea6ef21f2c70 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Sun, 24 Sep 2023 05:17:39 -0700 Subject: [PATCH] create out if it does not exist --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7f312ac..aa153b3 100644 --- a/Makefile +++ b/Makefile @@ -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: