delete /tmp/redox_installer at every opportunity
This commit is contained in:
parent
abe04ecd79
commit
b47af54b9e
2 changed files with 5 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue