From 8f64191dee8b8f773114b397c83c36a3f2d9361e Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Thu, 6 Apr 2017 13:20:33 +0200 Subject: [PATCH] Fix `make qemu` Signed-off-by: Thomas Gazagnaire --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 258db5f0e..3f8474873 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ test-bzImage: test-initrd.img # interactive versions need to use volume mounts .PHONY: qemu qemu-iso qemu-efi test-qemu-efi qemu: moby-initrd.img moby-bzImage moby-cmdline - ./scripts/qemu.sh moby-initrd.img moby-bzImage "$(shell cat moby-cmdline)" + ./scripts/qemu.sh moby-initrd.img moby-bzImage moby-cmdline qemu-iso: alpine/mobylinux-bios.iso ./scripts/qemu.sh $^