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@xxxxxxxxxxxxx> > --- > > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html