Fix warnings, increase size of fs
This commit is contained in:
parent
41811ad98d
commit
39419fb008
3 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -552,7 +552,7 @@ build/filesystem.bin: \
|
|||
filesystem/bin/tar
|
||||
-$(FUMOUNT) build/filesystem/
|
||||
rm -rf $@ build/filesystem/
|
||||
echo exit | cargo run --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-utility $@ 64
|
||||
echo exit | cargo run --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-utility $@ 128
|
||||
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…
Add table
Add a link
Reference in a new issue