Clean initfs before installing
This commit is contained in:
parent
3c395f11f8
commit
c8d7b6d773
|
@ -1,4 +1,5 @@
|
||||||
build/initfs.tag: initfs.toml
|
build/initfs.tag: initfs.toml
|
||||||
cd kernel && xargo clean
|
cd kernel && xargo clean
|
||||||
|
rm -rf build/initfs
|
||||||
cargo run --manifest-path installer/Cargo.toml -- $(INSTALLER_FLAGS) $<
|
cargo run --manifest-path installer/Cargo.toml -- $(INSTALLER_FLAGS) $<
|
||||||
touch $@
|
touch $@
|
||||||
|
|
Loading…
Reference in a new issue