All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] roms/Makefile: Add qboot to .PHONY list
@ 2020-10-20 15:25 Bruce Rogers
  2020-11-03 13:54 ` Gerd Hoffmann
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Rogers @ 2020-10-20 15:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: kraxel, Bruce Rogers

Adding qboot to the .PHONY directive will allow a
make -C roms qboot invocation to work as expected

Signed-off-by: Bruce Rogers <brogers@suse.com>
---
 roms/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roms/Makefile b/roms/Makefile
index 1489d47350..7045e374d3 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -102,7 +102,7 @@ build-seabios-config-%: config.%
 		OUT=$(CURDIR)/seabios/builds/$*/ all
 
 
-.PHONY: sgabios skiboot
+.PHONY: sgabios skiboot qboot
 sgabios:
 	$(MAKE) -C sgabios
 	cp sgabios/sgabios.bin ../pc-bios
-- 
2.28.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] roms/Makefile: Add qboot to .PHONY list
  2020-10-20 15:25 [PATCH] roms/Makefile: Add qboot to .PHONY list Bruce Rogers
@ 2020-11-03 13:54 ` Gerd Hoffmann
  0 siblings, 0 replies; 2+ messages in thread
From: Gerd Hoffmann @ 2020-11-03 13:54 UTC (permalink / raw)
  To: Bruce Rogers; +Cc: qemu-devel

On Tue, Oct 20, 2020 at 09:25:12AM -0600, Bruce Rogers wrote:
> Adding qboot to the .PHONY directive will allow a
> make -C roms qboot invocation to work as expected
> 
> Signed-off-by: Bruce Rogers <brogers@suse.com>
> ---
>  roms/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Added to fixes queue.

thanks,
  Gerd



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-03 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 15:25 [PATCH] roms/Makefile: Add qboot to .PHONY list Bruce Rogers
2020-11-03 13:54 ` Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.