mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Only update packages in toml
This commit is contained in:
parent
40b8c921a6
commit
4af0d2bd84
3
Makefile
3
Makefile
@ -25,7 +25,8 @@ pull:
|
||||
make update
|
||||
|
||||
update:
|
||||
cd cookbook && ./update.sh
|
||||
cd cookbook; \
|
||||
./update.sh "$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages ../initfs.toml ../filesystem.toml)"
|
||||
cargo update --manifest-path cookbook/pkgutils/Cargo.toml
|
||||
cargo update --manifest-path installer/Cargo.toml
|
||||
cargo update --manifest-path kernel/Cargo.toml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user