The patch titled Subject: arch/x86/purgatory/Makefile: supress kexec-purgatory.c is up to date message has been added to the -mm tree. Its filename is arch-x86-purgatory-makefile-supress-kexec-purgatoryc-is-up-to-date-message.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/arch-x86-purgatory-makefile-supress-kexec-purgatoryc-is-up-to-date-message.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/arch-x86-purgatory-makefile-supress-kexec-purgatoryc-is-up-to-date-message.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: WANG Chao <chaowang@xxxxxxxxxx> Subject: arch/x86/purgatory/Makefile: supress kexec-purgatory.c is up to date message Supress this unnecessary message during kernel re-build (CONFIG_KEXEC_FILE=y): make[1]: `arch/x86/purgatory/kexec-purgatory.c' is up to date. (@ is used to suppress echoing. See https://www.gnu.org/software/make/manual/html_node/Echoing.html) Signed-off-by: WANG Chao <chaowang@xxxxxxxxxx> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxxxxx> Acked-by: Vivek Goyal <vgoyal@xxxxxxxxxx> Cc: Baoquan He <bhe@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/purgatory/Makefile | 1 + 1 file changed, 1 insertion(+) diff -puN arch/x86/purgatory/Makefile~arch-x86-purgatory-makefile-supress-kexec-purgatoryc-is-up-to-date-message arch/x86/purgatory/Makefile --- a/arch/x86/purgatory/Makefile~arch-x86-purgatory-makefile-supress-kexec-purgatoryc-is-up-to-date-message +++ a/arch/x86/purgatory/Makefile @@ -24,6 +24,7 @@ quiet_cmd_bin2c = BIN2C $@ $(obj)/kexec-purgatory.c: $(obj)/purgatory.ro FORCE $(call if_changed,bin2c) + @: obj-$(CONFIG_KEXEC_FILE) += kexec-purgatory.o _ Patches currently in -mm which might be from chaowang@xxxxxxxxxx are origin.patch arch-x86-purgatory-makefile-supress-kexec-purgatoryc-is-up-to-date-message.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html