mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Do not require filesystem to be built in order to mount (to fix rebuilding)
This commit is contained in:
parent
4a40a8b7f7
commit
f5cfe6e973
2
Makefile
2
Makefile
@ -454,7 +454,7 @@ $(BUILD)/filesystem.bin: \
|
||||
-$(FUMOUNT) $(BUILD)/filesystem/
|
||||
rm -rf $(BUILD)/filesystem/
|
||||
|
||||
mount: $(BUILD)/filesystem.bin FORCE
|
||||
mount: FORCE
|
||||
mkdir -p $(BUILD)/filesystem/
|
||||
cargo build --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-fuse --release
|
||||
schemes/redoxfs/target/release/redoxfs-fuse $< $(BUILD)/filesystem/ &
|
||||
|
||||
Loading…
Reference in New Issue
Block a user