* [Qemu-devel] [PATCH] Makefile: Fix help text for target 'installer'
@ 2016-10-20 19:36 Stefan Weil
2016-10-20 20:16 ` Michael Roth
2016-10-26 18:42 ` Michael Tokarev
0 siblings, 2 replies; 3+ messages in thread
From: Stefan Weil @ 2016-10-20 19:36 UTC (permalink / raw)
To: QEMU Developer; +Cc: Michael Roth, QEMU Trivial, Stefan Weil
The NSIS based installer currently does not install qemu-ga.
It installs the executables and other files for the QEMU system emulation.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 3bcb056..69595ad 100644
--- a/Makefile
+++ b/Makefile
@@ -695,7 +695,7 @@ help:
@echo ''
ifdef CONFIG_WIN32
@echo 'Windows targets:'
- @echo ' installer - Build NSIS-based installer for qemu-ga'
+ @echo ' installer - Build NSIS-based installer for QEMU'
ifdef QEMU_GA_MSI_ENABLED
@echo ' msi - Build MSI-based installer for qemu-ga'
endif
--
2.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] Makefile: Fix help text for target 'installer'
2016-10-20 19:36 [Qemu-devel] [PATCH] Makefile: Fix help text for target 'installer' Stefan Weil
@ 2016-10-20 20:16 ` Michael Roth
2016-10-26 18:42 ` Michael Tokarev
1 sibling, 0 replies; 3+ messages in thread
From: Michael Roth @ 2016-10-20 20:16 UTC (permalink / raw)
To: Stefan Weil, QEMU Developer; +Cc: QEMU Trivial
Quoting Stefan Weil (2016-10-20 14:36:32)
> The NSIS based installer currently does not install qemu-ga.
> It installs the executables and other files for the QEMU system emulation.
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 3bcb056..69595ad 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -695,7 +695,7 @@ help:
> @echo ''
> ifdef CONFIG_WIN32
> @echo 'Windows targets:'
> - @echo ' installer - Build NSIS-based installer for qemu-ga'
> + @echo ' installer - Build NSIS-based installer for QEMU'
> ifdef QEMU_GA_MSI_ENABLED
> @echo ' msi - Build MSI-based installer for qemu-ga'
> endif
> --
> 2.9.3
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] Makefile: Fix help text for target 'installer'
2016-10-20 19:36 [Qemu-devel] [PATCH] Makefile: Fix help text for target 'installer' Stefan Weil
2016-10-20 20:16 ` Michael Roth
@ 2016-10-26 18:42 ` Michael Tokarev
1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2016-10-26 18:42 UTC (permalink / raw)
To: Stefan Weil, QEMU Developer; +Cc: QEMU Trivial
Applied to -trivial, thanks!
/mjt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-26 18:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20 19:36 [Qemu-devel] [PATCH] Makefile: Fix help text for target 'installer' Stefan Weil
2016-10-20 20:16 ` Michael Roth
2016-10-26 18:42 ` Michael Tokarev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).