[PATCH] kbuild: delete unnecessary "@:"

Michal Marek mmarek at suse.cz
Wed Apr 20 01:38:17 PDT 2016


On Thu, Mar 31, 2016 at 08:14:16PM +0900, Masahiro Yamada wrote:
> Since commit 2aedcd098a94 ('kbuild: suppress annoying "... is up to
> date." message'), $(call if_changed,...) is evaluated to "@:"
> when there is nothing to do.
> 
> We no longer need to add "@:" after $(call if_changed,...) to
> suppress "... is up to date." message.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
> 
>  arch/arm/boot/Makefile                  | 1 -
>  arch/arm/boot/bootp/Makefile            | 1 -
>  arch/h8300/boot/compressed/Makefile     | 1 -
>  arch/m32r/boot/compressed/Makefile      | 1 -
>  arch/mn10300/boot/compressed/Makefile   | 1 -
>  arch/nios2/boot/compressed/Makefile     | 1 -
>  arch/s390/boot/compressed/Makefile      | 1 -
>  arch/sh/boot/compressed/Makefile        | 1 -
>  arch/sh/boot/romimage/Makefile          | 1 -
>  arch/unicore32/boot/compressed/Makefile | 1 -
>  arch/x86/boot/compressed/Makefile       | 1 -
>  arch/x86/purgatory/Makefile             | 2 --
>  arch/x86/realmode/rm/Makefile           | 1 -
>  13 files changed, 14 deletions(-)

Applied to kbuild.git#kbuild, thanks.

Michal



More information about the linux-arm-kernel mailing list