From 4943ddf9552664f8297d12d7d94ce6563c8e8431 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 28 Sep 2016 22:19:18 -0600 Subject: [PATCH] Add nobuild qemu, clean smith, update libstd --- Makefile | 4 ++++ libstd | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08efd00..1e25875 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ clean: cargo clean --manifest-path programs/login/Cargo.toml cargo clean --manifest-path programs/coreutils/Cargo.toml cargo clean --manifest-path programs/extrautils/Cargo.toml + cargo clean --manifest-path programs/smith/Cargo.toml cargo clean --manifest-path schemes/example/Cargo.toml cargo clean --manifest-path schemes/redoxfs/Cargo.toml rm -rf initfs/bin @@ -82,6 +83,9 @@ $(KBUILD)/harddrive.bin: $(KBUILD)/kernel $(BUILD)/filesystem.bin bootloader/$(A qemu: $(KBUILD)/harddrive.bin $(QEMU) $(QEMUFLAGS) -drive file=$<,format=raw,index=0,media=disk + +qemu_no_build: + $(QEMU) $(QEMUFLAGS) -drive file=$(KBUILD)/harddrive.bin,format=raw,index=0,media=disk endif bochs: $(KBUILD)/harddrive.bin diff --git a/libstd b/libstd index 9b2e8ea..49ff9f9 160000 --- a/libstd +++ b/libstd @@ -1 +1 @@ -Subproject commit 9b2e8ea8196cdf8023fb54e8581f94e45b8dec4f +Subproject commit 49ff9f90e0249905c4e93de14acc72803ba72ce9