Move installer/redoxfs submodule to redoxfs

This commit is contained in:
Jeremy Soller 2017-06-29 18:14:28 -06:00
parent ba06b3cd98
commit e9a1765311
5 changed files with 12 additions and 8 deletions

View file

@ -11,8 +11,8 @@ clean:
cd cookbook && ./clean.sh
cargo clean --manifest-path cookbook/pkgutils/Cargo.toml
cargo clean --manifest-path installer/Cargo.toml
cargo clean --manifest-path installer/redoxfs/Cargo.toml
cargo clean --manifest-path kernel/Cargo.toml
cargo clean --manifest-path redoxfs/Cargo.toml
-$(FUMOUNT) build/filesystem/ || true
rm -rf build
@ -27,8 +27,8 @@ pull:
update:
cargo update --manifest-path cookbook/pkgutils/Cargo.toml
cargo update --manifest-path installer/Cargo.toml
cargo update --manifest-path installer/redoxfs/Cargo.toml
cargo update --manifest-path kernel/Cargo.toml
cargo update --manifest-path redoxfs/Cargo.toml
# Emulation recipes
include mk/qemu.mk