lkml.org 
[lkml]   [2006]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] extract-ikconfig: be sure binoffset exists before extracting
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.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-02-03 00:33    [W:0.198 / U:0.240 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site