[tip:x86/build] x86/build: Supress realmode.bin is up to date message

From: tip-bot for Peter Foley
Date: Wed Apr 16 2014 - 09:25:30 EST


Commit-ID: a9358bc3531901a15e2f7cd48550c9555fc0288f
Gitweb: http://git.kernel.org/tip/a9358bc3531901a15e2f7cd48550c9555fc0288f
Author: Peter Foley <pefoley2@xxxxxxxxxxx>
AuthorDate: Tue, 15 Apr 2014 13:58:13 -0400
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
CommitDate: Wed, 16 Apr 2014 15:17:24 +0200

x86/build: Supress realmode.bin is up to date message

Supress this unnecessary message during kernel re-build:

make[3]: 'arch/x86/realmode/rm/realmode.bin' is up to date.

Signed-off-by: Peter Foley <pefoley2@xxxxxxxxxxx>
Link: http://lkml.kernel.org/r/1397584693-15902-1-git-send-email-pefoley2@xxxxxxxxxxx
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
arch/x86/realmode/rm/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/x86/realmode/rm/Makefile b/arch/x86/realmode/rm/Makefile
index 3497f14..7c0d7be 100644
--- a/arch/x86/realmode/rm/Makefile
+++ b/arch/x86/realmode/rm/Makefile
@@ -52,8 +52,9 @@ $(obj)/realmode.elf: $(obj)/realmode.lds $(REALMODE_OBJS) FORCE
OBJCOPYFLAGS_realmode.bin := -O binary

targets += realmode.bin
-$(obj)/realmode.bin: $(obj)/realmode.elf $(obj)/realmode.relocs
+$(obj)/realmode.bin: $(obj)/realmode.elf $(obj)/realmode.relocs FORCE
$(call if_changed,objcopy)
+ @:

quiet_cmd_relocs = RELOCS $@
cmd_relocs = arch/x86/tools/relocs --realmode $< > $@
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/