Re: [PATCHv4] powerpc: comvert relocs_check to a shell script using grep

2015-03-17 Thread Stephen Rothwell
Hi all, On Wed, 18 Mar 2015 16:46:16 +1100 Stephen Rothwell wrote: > > This runs a bit faster and removes another use of perl from > the kernel build. > > Signed-off-by: Stephen Rothwell I forgot to add in the Acked-By: Tony Breeds -- Cheers, Stephen Rothwells...@canb.

[PATCHv4] powerpc: comvert relocs_check to a shell script using grep

2015-03-17 Thread Stephen Rothwell
This runs a bit faster and removes another use of perl from the kernel build. Signed-off-by: Stephen Rothwell --- v4: don't do checks on $objdump or $vmlinux as it will become pretty obvious if they are not the correct things (Michael) v3: use $# instead of ${#*} (thanks David Laight) als