Merge branch 'makefile_delete_repo' into 'master'
Delete cookbook/repo during clean See merge request redox-os/redox!1348
This commit is contained in:
commit
c95aebe9cc
1
Makefile
1
Makefile
|
@ -32,6 +32,7 @@ ifeq ($(PODMAN_BUILD),1)
|
||||||
$(PODMAN_RUN) $(MAKE) $@
|
$(PODMAN_RUN) $(MAKE) $@
|
||||||
else
|
else
|
||||||
cd cookbook && ./clean.sh
|
cd cookbook && ./clean.sh
|
||||||
|
-rm -rf cookbook/repo
|
||||||
cargo clean --manifest-path cookbook/pkgutils/Cargo.toml
|
cargo clean --manifest-path cookbook/pkgutils/Cargo.toml
|
||||||
cargo clean --manifest-path installer/Cargo.toml
|
cargo clean --manifest-path installer/Cargo.toml
|
||||||
cargo clean --manifest-path redoxfs/Cargo.toml
|
cargo clean --manifest-path redoxfs/Cargo.toml
|
||||||
|
|
Loading…
Reference in a new issue