Skip to content

Commit

Permalink
Cleanup Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
phaubertin committed Oct 19, 2024
1 parent 38412a7 commit 6995cdd
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions devel/qemu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ run: $(jinue_iso)
-serial stdio \
-smp 1 \
-usb \
-vga std
-vga std | tee $(run_log)

.PHONY: run-no-display
run-no-display: $(jinue_iso)
Expand All @@ -76,7 +76,7 @@ run-no-display: $(jinue_iso)
-display none \
-smp 1 \
-usb \
-vga std
-vga std | tee $(run_log)

.PHONY: check
check: $(run_log)
Expand Down Expand Up @@ -134,14 +134,4 @@ $(jinue_iso): $(grub_image)
--sort-weight 1 \
/boot

$(run_log): $(jinue_iso)
qemu-system-i386 \
-cpu $(QEMU_CPU) \
-m $(QEMU_MEM) \
-no-reboot \
-drive format=raw,media=cdrom,file=$(jinue_iso) \
-serial stdio \
-display none \
-smp 1 \
-usb \
-vga std | tee $@
$(run_log): run-no-display

0 comments on commit 6995cdd

Please sign in to comment.