mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-10 22:06:48 +00:00
Remove the Makefile
dependency of run
on phony build
This commit is contained in:
parent
42f3411337
commit
4fb4cb4c4a
2
Makefile
2
Makefile
@ -168,7 +168,7 @@ tools:
|
|||||||
@cd kernel/libs/comp-sys && cargo install --path cargo-component
|
@cd kernel/libs/comp-sys && cargo install --path cargo-component
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run: build
|
run: initramfs $(CARGO_OSDK)
|
||||||
@cargo osdk run $(CARGO_OSDK_ARGS)
|
@cargo osdk run $(CARGO_OSDK_ARGS)
|
||||||
# Check the running status of auto tests from the QEMU log
|
# Check the running status of auto tests from the QEMU log
|
||||||
ifeq ($(AUTO_TEST), syscall)
|
ifeq ($(AUTO_TEST), syscall)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user