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

2015-03-13 Thread Stephen Rothwell
Hi David, On Fri, 13 Mar 2015 14:18:10 + David Laight david.lai...@aculab.com wrote: From: Stephen Rothwell This runs a bit faster and removes another use of perl from the kernel build. ... diff --git a/arch/powerpc/relocs_check.sh b/arch/powerpc/relocs_check.sh new file mode

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

2015-03-13 Thread David Laight
From: Stephen Rothwell This runs a bit faster and removes another use of perl from the kernel build. ... diff --git a/arch/powerpc/relocs_check.sh b/arch/powerpc/relocs_check.sh new file mode 100755 index ..182eae9cc40d --- /dev/null +++ b/arch/powerpc/relocs_check.sh @@ -0,0

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

2015-03-12 Thread Stephen Rothwell
This runs a bit faster and removes another use of perl from the kernel build. Signed-off-by: Stephen Rothwell s...@canb.auug.org.au --- v2: address ShellCheck comments from Michael arch/powerpc/Makefile| 4 +-- arch/powerpc/relocs_check.pl | 66