public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] extract-ikconfig: be sure binoffset exists before extracting
Date: Thu, 2 Feb 2006 15:32:41 -0800	[thread overview]
Message-ID: <20060202153241.48b206fb.akpm@osdl.org> (raw)
In-Reply-To: <20060201125658.GB8943@mipter.zuzino.mipt.ru>

Alexey Dobriyan <adobriyan@gmail.com> wrote:
>
> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> ---
> 
>  scripts/extract-ikconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- a/scripts/extract-ikconfig
> +++ b/scripts/extract-ikconfig
> @@ -4,6 +4,7 @@
>  # $arg1 is [b]zImage filename
>  
>  binoffset="./scripts/binoffset"
> +test -e $binoffset || cc -o $binoffset ./scripts/binoffset.c || exit 1
>  

OK, but it would be better if we could find a way of doing this within a
Makefile.


  reply	other threads:[~2006-02-02 23:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-01 12:56 [PATCH] extract-ikconfig: be sure binoffset exists before extracting Alexey Dobriyan
2006-02-02 23:32 ` Andrew Morton [this message]
2006-02-03  0:18   ` Alexey Dobriyan
2006-02-03  0:02     ` Randy.Dunlap

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=20060202153241.48b206fb.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=adobriyan@gmail.com \
    --cc=linux-kernel@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