From 6841fa6442e714b3e8e59420cdfe26adf060ef73 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 22 Oct 2019 10:51:05 +1100 Subject: [PATCH] do_build: suppress another message that changes numbers --- do_build | 1 + 1 file changed, 1 insertion(+) diff --git a/do_build b/do_build index fa63bff..97d8ea0 100755 --- a/do_build +++ b/do_build @@ -43,6 +43,7 @@ log_regex='/^[[:space:]]+$/d /^WARNING: drivers\/built-in\.o\(\.text\+0x[[:xdigit:]]+\): Section mismatch in reference from /d /^Warning: Kernel ABI header at /d /^[[:space:]]+PERF_VERSION = /d +s/^(Parsed description of) [[:digit:]]+ (helper function)/\1 X \2/ s/^([[:xdigit:]]+)([[:space:]]+R_PPC64_(ADDR64|REL32)[[:space:]].*)$/XXX\2/' $cmd <<-EOF -- 2.39.5