[PATCH] ARM: boot: Fix usage of kecho

Arnd Bergmann arnd at arndb.de
Wed Oct 24 15:28:33 EDT 2012


On Wednesday 24 October 2012, Nicolas Pitre wrote:
> On Wed, 24 Oct 2012, Fabio Estevam wrote:
> 
> > From: Fabio Estevam <fabio.estevam at freescale.com>
> > 
> > Since commit edc88ceb0 (ARM: be really quiet when building with 'make -s') the
> > following output is generated when building a kernel for ARM:
> > 
> > echo '  Kernel: arch/arm/boot/Image is ready'
> >   Kernel: arch/arm/boot/Image is ready
> >   Building modules, stage 2.
> > echo '  Kernel: arch/arm/boot/zImage is ready'
> >   Kernel: arch/arm/boot/zImage is ready
> > 
> > As per Documentation/kbuild/makefiles.txt the correct way of using kecho is
> > '@$(kecho)'.
> > 
> > Make this change so no more unwanted 'echo' messages are displayed.
> > 
> > Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> 
> Acked-by: Nicolas Pitre <nico at linaro.org>

Acked-by: Arnd Bergmann <arnd at arndb.de>

Sorry for this, I really should have tested without '-s'.

	Arnd



More information about the linux-arm-kernel mailing list