Ensure build/filesystem exists while building build/filesystem.bin
This commit is contained in:
parent
966b8d0dea
commit
c43d5ce261
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
build/filesystem.bin: prefix $(FILESYSTEM_CONFIG)
|
build/filesystem.bin: prefix $(FILESYSTEM_CONFIG)
|
||||||
|
mkdir -p build/filesystem/
|
||||||
$(HOST_CARGO) build --manifest-path cookbook/Cargo.toml --release
|
$(HOST_CARGO) build --manifest-path cookbook/Cargo.toml --release
|
||||||
$(HOST_CARGO) build --manifest-path installer/Cargo.toml --release
|
$(HOST_CARGO) build --manifest-path installer/Cargo.toml --release
|
||||||
$(HOST_CARGO) build --manifest-path redoxfs/Cargo.toml --release
|
$(HOST_CARGO) build --manifest-path redoxfs/Cargo.toml --release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue