Merge pull request #992 from ids1024/fetch

"make fetch" target
This commit is contained in:
Jeremy Soller 2017-07-12 18:20:48 -06:00 committed by GitHub
commit 3b91c1599e

View file

@ -30,6 +30,10 @@ update:
cargo update --manifest-path kernel/Cargo.toml
cargo update --manifest-path redoxfs/Cargo.toml
fetch:
cd cookbook; \
./fetch.sh "$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages ../initfs.toml ../filesystem.toml)"
# Emulation recipes
include mk/qemu.mk
include mk/bochs.mk