From: Michael Tokarev <mjt@tls.msk.ru>
To: KVM list <kvm@vger.kernel.org>
Subject: trivial patch: echo -e in ./configure
Date: Sun, 27 Sep 2009 20:07:41 +0400 [thread overview]
Message-ID: <4ABF8DCD.8080603@msgid.tls.msk.ru> (raw)
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"
reply other threads:[~2009-09-27 16:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ABF8DCD.8080603@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.