create out if it does not exist
This commit is contained in:
parent
52811cee5f
commit
206148838d
1
Makefile
1
Makefile
|
@ -96,6 +96,7 @@ toolchain-restore-mtime:
|
||||||
|
|
||||||
.PHONY: toolchain-dist-cache
|
.PHONY: toolchain-dist-cache
|
||||||
toolchain-dist-cache:
|
toolchain-dist-cache:
|
||||||
|
mkdir -p $(OUT_DIR)
|
||||||
cp -Rp $(DIST_DIR)/* $(OUT_DIR)/
|
cp -Rp $(DIST_DIR)/* $(OUT_DIR)/
|
||||||
|
|
||||||
$(CONFIG_DIR)/apt-base.list:
|
$(CONFIG_DIR)/apt-base.list:
|
||||||
|
|
Loading…
Reference in New Issue