Build redoxfs and redoxfs-mkfs at the same time

This should be a bit faster.
This commit is contained in:
bjorn3 2023-10-03 16:07:03 +02:00
parent 577ca92715
commit 84bccb1d60

View file

@ -6,8 +6,7 @@ ifeq ($(PODMAN_BUILD),1)
else else
$(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 --bin redoxfs $(HOST_CARGO) build --manifest-path redoxfs/Cargo.toml --release --bin redoxfs --bin redoxfs-mkfs
$(HOST_CARGO) build --manifest-path redoxfs/Cargo.toml --release --bin redoxfs-mkfs
mkdir -p build mkdir -p build
touch $@ touch $@
endif endif