From: Stephen Rothwell Date: Wed, 21 Jun 2017 00:46:19 +0000 (+1000) Subject: do_build: ignore the Section mismatches in vmlinux.o and drivers/built-in.o X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=edcbe61f7fe879767444bd309b9362556c59aaa0;p=next-scripts do_build: ignore the Section mismatches in vmlinux.o and drivers/built-in.o they will have been reported earlier and the address changes a lot --- diff --git a/do_build b/do_build index 7f1728d..451797e 100755 --- a/do_build +++ b/do_build @@ -56,6 +56,8 @@ $cmd <<-EOF /^System is [[:digit:]]+ kB$/d /^CRC [[:xdigit:]]+$/d /^Kernel: arch\/x86\/boot\/bzImage is ready \(#[[:digit:]]+\)$/d +/^WARNING: vmlinux\.o\(\.text\+0x[[:xdigit:]]+\): Section mismatch in reference from /d +/^WARNING: drivers\/built-in\.o\(\.text\+0x[[:xdigit:]]+\): Section mismatch in reference from /d ' | grep -vxFf $bparent/log-ignore }