[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.01.1208100202070.4234@frira.zrqbmnf.qr>
Date: Fri, 10 Aug 2012 02:02:33 +0200 (CEST)
From: Jan Engelhardt <jengelh@...i.de>
To: Michal Marek <mmarek@...e.cz>
cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Sam Ravnborg <sam@...nborg.org>,
Arnaud Lacombe <lacombar@...il.com>,
Nick Bowler <nbowler@...iptictech.com>,
Jan Beulich <jbeulich@...ell.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: "Inconsistent kallsyms data" error
On Saturday 2012-07-07 23:40, Michal Marek wrote:
>index cd9c6c6..4629038 100644
>--- a/scripts/link-vmlinux.sh
>+++ b/scripts/link-vmlinux.sh
>@@ -210,8 +210,8 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then
> mksysmap ${kallsyms_vmlinux} .tmp_System.map
>
> if ! cmp -s System.map .tmp_System.map; then
>- echo Inconsistent kallsyms data
>- echo echo Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
>+ echo >&2 Inconsistent kallsyms data
>+ echo >&2 echo Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
Hm why is there echo twice in that one line? Seems like an oversight..
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists