mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 04:28:42 +08:00
Merge branch 'fix-recipes' into 'master'
Fix the recipe operations See merge request redox-os/redox!1525
This commit is contained in:
commit
9754afcfac
1
Makefile
1
Makefile
@ -34,7 +34,6 @@ ifeq ($(PODMAN_BUILD),1)
|
|||||||
else
|
else
|
||||||
cd cookbook && ./clean.sh
|
cd cookbook && ./clean.sh
|
||||||
-rm -rf cookbook/repo
|
-rm -rf cookbook/repo
|
||||||
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
|
||||||
cargo clean --manifest-path relibc/Cargo.toml
|
cargo clean --manifest-path relibc/Cargo.toml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user