From 4af0d2bd840275c60710802ff2d348cece74ac24 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 29 Jul 2017 08:19:47 -0600 Subject: [PATCH] Only update packages in toml --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 580e850..1ccb277 100644 --- a/Makefile +++ b/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