[PATCH] powerpc: Add run_cmd function to boot wrapper

2015-10-19 Thread Geoff Levand
Add a boot wrapper script function run_cmd which will run a shell command quietly and only print the output if either V=1 or an error occurs. Also, run the ps3 dd commands with run_cmd to clean up the build output. Signed-off-by: Geoff Levand --- Hi Michael, How about something like this? It s

Re: powerpc: Add run_cmd function to boot wrapper

2015-10-21 Thread Michael Ellerman
On Mon, 2015-19-10 at 17:53:26 UTC, Geoff Levand wrote: > Add a boot wrapper script function run_cmd which will run a shell command > quietly and only print the output if either V=1 or an error occurs. > > Also, run the ps3 dd commands with run_cmd to clean up the build output. > > Signed-off-by:

Re: [PATCH] powerpc: Add run_cmd function to boot wrapper

2015-10-19 Thread Michael Ellerman
On Mon, 2015-10-19 at 10:53 -0700, Geoff Levand wrote: > Add a boot wrapper script function run_cmd which will run a shell command > quietly and only print the output if either V=1 or an error occurs. > > Also, run the ps3 dd commands with run_cmd to clean up the build output. > > Signed-off-by: