diff mbox

Makefile: Fix help text for target 'installer'

Message ID 20161020193632.18682-1-sw@weilnetz.de (mailing list archive)
State New, archived
Headers show

Commit Message

Stefan Weil Oct. 20, 2016, 7:36 p.m. UTC
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(-)

Comments

Michael Roth Oct. 20, 2016, 8:16 p.m. UTC | #1
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
>
Michael Tokarev Oct. 26, 2016, 6:42 p.m. UTC | #2
Applied to -trivial, thanks!

/mjt
diff mbox

Patch

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