mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
commit
a74b421189
2
cook.sh
2
cook.sh
@ -214,7 +214,7 @@ function op {
|
||||
echo "target = \"$TARGET\"" >> "stage.toml"
|
||||
mkdir -p stage/pkg
|
||||
cp -v stage.toml "stage/pkg/$1.toml"
|
||||
CC=cc cargo run --release --manifest-path "$ROOT/pkgutils/Cargo.toml" --bin pkg -- create stage
|
||||
CC=cc cargo run --release --manifest-path "$ROOT/pkgutils/Cargo.toml" --bin pkg -- --target=$TARGET create stage
|
||||
;;
|
||||
untar)
|
||||
rm -rfv stage.tar.gz stage.sig stage.toml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user