From c3ab26c3a3fbd4e93e01fb03506e8e53c018384d Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Fri, 24 Mar 2006 03:15:56 -0800 Subject: [PATCH] --- yaml --- r: 23408 b: refs/heads/master c: ff45e99dcd31e1810a9892ce28190bff262e4e12 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/extract-ikconfig | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9d7c0d6d79cb..93238b72f50e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 66f9f59a5bfcb9efc8acad5ff0ece02fdaca6817 +refs/heads/master: ff45e99dcd31e1810a9892ce28190bff262e4e12 diff --git a/trunk/scripts/extract-ikconfig b/trunk/scripts/extract-ikconfig index ef6140dc2ded..be2e57977419 100755 --- a/trunk/scripts/extract-ikconfig +++ b/trunk/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 IKCFG_ST="0x49 0x4b 0x43 0x46 0x47 0x5f 0x53 0x54" IKCFG_ED="0x49 0x4b 0x43 0x46 0x47 0x5f 0x45 0x44"