From 8bc42bfd89ca509abc20a1284f674f9face194fa Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 29 Jan 2021 13:37:33 +0000 Subject: No deps on make qemu-boot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ba127fc..c606e30 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ $(OUTPUT)/tmp/.lh_diskimages_done: $(OUTPUT)/build-host/kernel/.lh_modules_insta exec chown $(NORMALUSER_UID):$(NORMALUSER_GID) $(OUTPUT)/rootfs.qcow2 $(OUTPUT)/rwfs.qcow2 $(OUTPUT)/userfs.qcow2 exec setuidgid $(NORMALUSER) touch $@ -qemu-boot: $(OUTPUT)/build-host/kernel/.lh_installed $(OUTPUT)/tmp/.lh_diskimages_done run-qemu +qemu-boot: exec setuidgid $(NORMALUSER) ./run-qemu -- cgit v1.3.1