Update submodules
This commit is contained in:
parent
4985e1b720
commit
a3c850504e
26
Makefile
26
Makefile
|
@ -17,7 +17,7 @@ CARGO=RUSTC="$(RUSTC)" cargo
|
||||||
CARGOFLAGS=--target $(TARGET).json -- -C opt-level=s --cfg redox
|
CARGOFLAGS=--target $(TARGET).json -- -C opt-level=s --cfg redox
|
||||||
|
|
||||||
# Default targets
|
# 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
|
all: $(KBUILD)/harddrive.bin
|
||||||
|
|
||||||
|
@ -48,6 +48,30 @@ clean:
|
||||||
rm -rf filesystem/bin
|
rm -rf filesystem/bin
|
||||||
rm -rf build
|
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:
|
FORCE:
|
||||||
|
|
||||||
# Emulation
|
# Emulation
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 93cb28f7e8601925ba17ddc0259eaa1d6e1d24dc
|
Subproject commit cd8ddcffeecf99825d9b973b8e0dc2531782cfa0
|
|
@ -1 +1 @@
|
||||||
Subproject commit d6c122a94cd760819f139f2af6ea22e4f4b17151
|
Subproject commit 271e54258e7e9d2b00d29cb1ec3b479582a4aaae
|
|
@ -1 +1 @@
|
||||||
Subproject commit db8e494fda926c1bec3c283edeab90db83ca3539
|
Subproject commit ad2580cd35c6f6be0f09dfe279ffd93882e6b074
|
2
rust
2
rust
|
@ -1 +1 @@
|
||||||
Subproject commit a5dac7a2af3ee444817eb7bfbba3539be8c06cf1
|
Subproject commit 17af6b94b2ea39414e4449c17cc4ab066d790e8f
|
Loading…
Reference in a new issue