From a3c850504ef170415d1c210cce647ac411e13937 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 14 Oct 2016 11:37:50 -0600 Subject: [PATCH] Update submodules --- Makefile | 26 +++++++++++++++++++++++++- programs/coreutils | 2 +- programs/extrautils | 2 +- programs/ion | 2 +- rust | 2 +- 5 files changed, 29 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 16567a6..7f4158e 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ CARGO=RUSTC="$(RUSTC)" cargo CARGOFLAGS=--target $(TARGET).json -- -C opt-level=s --cfg redox # Default targets -.PHONY: all clean qemu bochs drivers schemes coreutils extrautils netutils userutils wireshark FORCE +.PHONY: all clean update qemu bochs drivers schemes coreutils extrautils netutils userutils wireshark FORCE all: $(KBUILD)/harddrive.bin @@ -48,6 +48,30 @@ clean: rm -rf filesystem/bin rm -rf build +update: + cargo update + cargo update --manifest-path libstd/Cargo.toml + cargo update --manifest-path drivers/ahcid/Cargo.toml + cargo update --manifest-path drivers/e1000d/Cargo.toml + cargo update --manifest-path drivers/ps2d/Cargo.toml + cargo update --manifest-path drivers/pcid/Cargo.toml + cargo update --manifest-path drivers/vesad/Cargo.toml + cargo update --manifest-path programs/init/Cargo.toml + cargo update --manifest-path programs/ion/Cargo.toml + cargo update --manifest-path programs/coreutils/Cargo.toml + cargo update --manifest-path programs/extrautils/Cargo.toml + cargo update --manifest-path programs/netutils/Cargo.toml + cargo update --manifest-path programs/orbutils/Cargo.toml + cargo update --manifest-path programs/userutils/Cargo.toml + cargo update --manifest-path programs/smith/Cargo.toml + cargo update --manifest-path schemes/ethernetd/Cargo.toml + cargo update --manifest-path schemes/example/Cargo.toml + cargo update --manifest-path schemes/ipd/Cargo.toml + cargo update --manifest-path schemes/orbital/Cargo.toml + cargo update --manifest-path schemes/redoxfs/Cargo.toml + cargo update --manifest-path schemes/tcpd/Cargo.toml + cargo update --manifest-path schemes/udpd/Cargo.toml + FORCE: # Emulation diff --git a/programs/coreutils b/programs/coreutils index 93cb28f..cd8ddcf 160000 --- a/programs/coreutils +++ b/programs/coreutils @@ -1 +1 @@ -Subproject commit 93cb28f7e8601925ba17ddc0259eaa1d6e1d24dc +Subproject commit cd8ddcffeecf99825d9b973b8e0dc2531782cfa0 diff --git a/programs/extrautils b/programs/extrautils index d6c122a..271e542 160000 --- a/programs/extrautils +++ b/programs/extrautils @@ -1 +1 @@ -Subproject commit d6c122a94cd760819f139f2af6ea22e4f4b17151 +Subproject commit 271e54258e7e9d2b00d29cb1ec3b479582a4aaae diff --git a/programs/ion b/programs/ion index db8e494..ad2580c 160000 --- a/programs/ion +++ b/programs/ion @@ -1 +1 @@ -Subproject commit db8e494fda926c1bec3c283edeab90db83ca3539 +Subproject commit ad2580cd35c6f6be0f09dfe279ffd93882e6b074 diff --git a/rust b/rust index a5dac7a..17af6b9 160000 --- a/rust +++ b/rust @@ -1 +1 @@ -Subproject commit a5dac7a2af3ee444817eb7bfbba3539be8c06cf1 +Subproject commit 17af6b94b2ea39414e4449c17cc4ab066d790e8f