Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1621692 > unrolled thread

[PATCH] ia64: beatify build log for gate.so and gate-syms.o

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2017-04-12 01:40 +0200
Last post2017-04-12 01:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ia64: beatify build log for gate.so and gate-syms.o Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-04-12 01:40 +0200

#1621692 — [PATCH] ia64: beatify build log for gate.so and gate-syms.o

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-04-12 01:40 +0200
Subject[PATCH] ia64: beatify build log for gate.so and gate-syms.o
Message-ID<tvdya-5fl-9@gated-at.bofh.it>
Currently, the object path is not aligned in the build log:

  LDS     arch/ia64/kernel/gate.lds
  AS      arch/ia64/kernel/gate.o
  GATE arch/ia64/kernel/gate.so
  AS      arch/ia64/kernel/gate-data.o

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/ia64/kernel/Makefile.gate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/ia64/kernel/Makefile.gate b/arch/ia64/kernel/Makefile.gate
index ceeffc5..a32903a 100644
--- a/arch/ia64/kernel/Makefile.gate
+++ b/arch/ia64/kernel/Makefile.gate
@@ -6,7 +6,7 @@ extra-y += gate.so gate-syms.o gate.lds gate.o
 
 CPPFLAGS_gate.lds := -P -C -U$(ARCH)
 
-quiet_cmd_gate = GATE $@
+quiet_cmd_gate = GATE    $@
       cmd_gate = $(CC) -nostdlib $(GATECFLAGS_$(@F)) -Wl,-T,$(filter-out FORCE,$^) -o $@
 
 GATECFLAGS_gate.so = -shared -s -Wl,-soname=linux-gate.so.1 \
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web