kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* trivial patch: echo -e in ./configure
@ 2009-09-27 16:07 Michael Tokarev
  0 siblings, 0 replies; only message in thread
From: Michael Tokarev @ 2009-09-27 16:07 UTC (permalink / raw)
  To: KVM list

The following one-liner eliminates an annoying -e output
during ./configure run if your /bin/sh is not bash or ksh:

$ ./configure
...
IO thread         no
Install blobs     yes
-e KVM support       yes         <===
KVM trace support no
fdt support       no
preadv support    no
$ _

(I dunno if it's qemu or kvm thing)
Thanks!

/mjt

---
--- qemu-kvm-0.11.0/configure.sav	2009-09-23 11:30:02.000000000 +0400
+++ qemu-kvm-0.11.0/configure	2009-09-27 20:04:03.230408438 +0400
@@ -1591 +1591 @@
-echo -e "KVM support       $kvm"
+echo "KVM support       $kvm"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-27 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 16:07 trivial patch: echo -e in ./configure 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).