From: Avi Kivity <avi@qumranet.com>
To: Brian Jackson <iggy@theiggy.com>
Cc: kvm@vger.kernel.org
Subject: Re: kvm userland: configure does not check for gawk
Date: Sat, 13 Sep 2008 08:15:56 +0300 [thread overview]
Message-ID: <48CB4C8C.9@qumranet.com> (raw)
In-Reply-To: <200809092321.14847.iggy@theiggy.com>
Brian Jackson wrote:
> Or we could try a correct version:
>
> diff --git a/configure b/configure
> index 3bb10ce..5cac4c8 100755
> --- a/configure
> +++ b/configure
> @@ -102,6 +102,12 @@ if [ "$arch" = "powerpc" ]; then
> qemu_ldflags="$qemu_ldflags -L $PWD/libfdt"
> fi
>
> +# check for some utils we use
> +if [ -d .git -a ! -x "`which gawk`" ] ; then
> + echo "gawk not installed and necessary for compiling from git"
> + exit
> +fi
> +
>
'exit 1', and a changelog+signoff.
--
Do not meddle in the internals of kernels, for they are subtle and quick to panic.
prev parent reply other threads:[~2008-09-13 5:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-10 3:15 kvm userland: configure does not check for gawk Ben Bucksch
2008-09-10 4:16 ` Brian Jackson
2008-09-10 4:21 ` Brian Jackson
2008-09-13 5:15 ` Avi Kivity [this message]
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=48CB4C8C.9@qumranet.com \
--to=avi@qumranet.com \
--cc=iggy@theiggy.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox