Re: [PATCHv3] powerpc: convert relocs_check to a shell script using grep

2015-03-17 Thread Stephen Rothwell
Hi Michael, On Wed, 18 Mar 2015 16:19:40 +1100 (AEDT) Michael Ellerman wrote: > > On Sun, 2015-15-03 at 11:08:47 UTC, Stephen Rothwell wrote: > > This runs a bit faster and removes another use of perl from > > the kernel build. > > It tells me: > > $ make ARCH=powerpc CROSS_COMPILE= -s ppc64_d

Re: [PATCHv3] powerpc: convert relocs_check to a shell script using grep

2015-03-17 Thread Michael Ellerman
On Sun, 2015-15-03 at 11:08:47 UTC, Stephen Rothwell wrote: > This runs a bit faster and removes another use of perl from > the kernel build. It tells me: $ make ARCH=powerpc CROSS_COMPILE= -s ppc64_defconfig # # configuration written to .config # $ make ARCH=powerpc CROSS_COMPILE= -s -j240 ...

Re: [PATCHv3] powerpc: convert relocs_check to a shell script using grep

2015-03-15 Thread Tony Breeds
On Sun, Mar 15, 2015 at 10:08:47PM +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 only wrote it in perl because ... lazy. Kill it with fire. Acked-By: Tony Breeds Yours Tony. pgpPjZcz7Lh

[PATCHv3] powerpc: convert relocs_check to a shell script using grep

2015-03-15 Thread Stephen Rothwell
This runs a bit faster and removes another use of perl from the kernel build. Signed-off-by: Stephen Rothwell --- v3: use $# instead of ${#*} (thanks David Laight) also added check on vmlinux and objdump v2: address ShellCheck comments from Michael arch/powerpc/Makefile| 4 +-- ar