From 4fb4cb4c4ab5ac7932b419698942dcb8a331ebbf Mon Sep 17 00:00:00 2001 From: Zhang Junyang Date: Wed, 4 Sep 2024 13:30:31 +0800 Subject: [PATCH] Remove the `Makefile` dependency of `run` on phony `build` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b96e85fb..56786d74f 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ tools: @cd kernel/libs/comp-sys && cargo install --path cargo-component .PHONY: run -run: build +run: initramfs $(CARGO_OSDK) @cargo osdk run $(CARGO_OSDK_ARGS) # Check the running status of auto tests from the QEMU log ifeq ($(AUTO_TEST), syscall)