All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: john cooper <john.cooper@redhat.com>
Cc: KVM list <kvm@vger.kernel.org>
Subject: Re: configure script bug..
Date: Mon, 01 Jun 2009 17:47:35 +0300	[thread overview]
Message-ID: <4A23EA07.8090507@redhat.com> (raw)
In-Reply-To: <4A23E73A.9020105@redhat.com>

john cooper wrote:
> Avi Kivity wrote:
>   
>> john cooper wrote:
>>     
>>> Hit this yesterday when configure hung attempting
>>> to pull the version from a kernel's ".config".
>>>
>>>   
>>>       
>> Looks right, but missing a signoff.
>>     
>
>
> Signed-off-by: john cooper <john.cooper@redhat.com>
>
> diff --git a/configure b/configure
> index 493c178..1fd133c 100755
> --- a/configure
> +++ b/configure
> @@ -126,7 +126,7 @@ if [ -n "$no_uname" ]; then
>      elif [ -e "$kerneldir/include/config/kernel.release" ]; then
>              depmod_version=`cat "$kerneldir/include/config/kernel.release"`
>      elif [ -e "$kerneldir/.config" ]; then
> -	depmod_version=$(awk '/Linux kernel version:/ { print $NF }'
> +	depmod_version=$(awk '/Linux kernel version:/ { print $NF }' \
>  			 "$kerneldir/.config")
>      else
>          echo
>   

What repo and branch are you looking at exactly?  my ./configure has 
this backslash.


-- 
error compiling committee.c: too many arguments to function


      reply	other threads:[~2009-06-01 14:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-30 14:50 configure script bug john cooper
2009-05-31  8:11 ` Avi Kivity
2009-06-01 14:35   ` john cooper
2009-06-01 14:47     ` 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=4A23EA07.8090507@redhat.com \
    --to=avi@redhat.com \
    --cc=john.cooper@redhat.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 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.