delete /tmp/redox_installer at every opportunity

This commit is contained in:
Ron Williams 2022-10-03 08:46:01 -07:00
parent abe04ecd79
commit b47af54b9e
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,7 @@ live: build/livedisk.iso
rebuild:
-$(FUMOUNT) build/filesystem/ || true
-$(FUMOUNT) /tmp/redox_installer/ || true
rm -rf build
$(MAKE) all
@ -20,6 +21,7 @@ clean:
cargo clean --manifest-path redoxfs/Cargo.toml
cargo clean --manifest-path relibc/Cargo.toml
-$(FUMOUNT) build/filesystem/ || true
-$(FUMOUNT) /tmp/redox_installer/ || true
rm -rf build
distclean: