Fix build on OS X
This commit is contained in:
parent
85f8500cea
commit
8bbfb8bf2a
2
Makefile
2
Makefile
|
@ -441,7 +441,7 @@ $(BUILD)/filesystem.bin: \
|
||||||
filesystem/bin/smith \
|
filesystem/bin/smith \
|
||||||
filesystem/bin/tar
|
filesystem/bin/tar
|
||||||
rm -rf $@ $(BUILD)/filesystem/
|
rm -rf $@ $(BUILD)/filesystem/
|
||||||
echo exit | cargo run --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-utility $@ 128
|
echo exit | cargo run --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-utility $@ 256
|
||||||
mkdir -p $(BUILD)/filesystem/
|
mkdir -p $(BUILD)/filesystem/
|
||||||
cargo run --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-fuse $@ $(BUILD)/filesystem/ &
|
cargo run --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-fuse $@ $(BUILD)/filesystem/ &
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3a58139e5762b18fd3af399f8276ec44e7ab0978
|
Subproject commit a0b381765b66fe798e8b618ad5f6568cebacf0c7
|
Loading…
Reference in a new issue