kbuild: delete unnecessary "@:"
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 31 Mar 2016 11:14:16 +0000 (20:14 +0900)
committerMichal Marek <mmarek@suse.com>
Wed, 20 Apr 2016 08:36:57 +0000 (10:36 +0200)
commitbe1fb0e8eb0821234a9df2e2938332c1884f7f0f
tree31b85d9379fb01571084c4738331592fe4587754
parentfe69b420d39d307cfe2cba875dc1dbf668877198
kbuild: delete unnecessary "@:"

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@socionext.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
13 files changed:
arch/arm/boot/Makefile
arch/arm/boot/bootp/Makefile
arch/h8300/boot/compressed/Makefile
arch/m32r/boot/compressed/Makefile
arch/mn10300/boot/compressed/Makefile
arch/nios2/boot/compressed/Makefile
arch/s390/boot/compressed/Makefile
arch/sh/boot/compressed/Makefile
arch/sh/boot/romimage/Makefile
arch/unicore32/boot/compressed/Makefile
arch/x86/boot/compressed/Makefile
arch/x86/purgatory/Makefile
arch/x86/realmode/rm/Makefile