qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 4/4] Makefile: qemu-ga: fix msi target error message


From: Michael Roth
Subject: [Qemu-devel] [PATCH 4/4] Makefile: qemu-ga: fix msi target error message
Date: Wed, 26 Aug 2015 17:21:34 -0500

'msi' target reports error if we attempt to use it when QEMU hasn't
been ./configure'd to enable it. The parenthesis cause an interpreter
error if we don't enclose the error in quotes.

Signed-off-by: Michael Roth <address@hidden>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 137beb9..3814026 100644
--- a/Makefile
+++ b/Makefile
@@ -307,7 +307,7 @@ $(QEMU_GA_MSI):  $(SRC_PATH)/qga/installer/qemu-ga.wxs
        wixl -o $@ $(QEMU_GA_MSI_ARCH) $(QEMU_GA_MSI_WITH_VSS) 
$(QEMU_GA_MSI_MINGW_DLL_PATH) $<, "  WIXL  $@")
 else
 msi:
-       @echo MSI build not configured or dependency resolution failed 
(reconfigure with --enable-guest-agent-msi option)
+       @echo "MSI build not configured or dependency resolution failed 
(reconfigure with --enable-guest-agent-msi option)"
 endif
 
 clean:
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]