Skip to content

Commit 4f00d4e

Browse files
hcahcaAlexander Gordeev
authored andcommitted
s390: adjust indentation of RELOCS command build step out
Common pattern in non-verbose build output for quiet commands is that the shorthand of a command including whitespace contains at least eight characters. Adjust this for the RELOCS command, which comes only with seven characters. Before: SORTTAB vmlinux CC arch/s390/boot/version.o RELOCS arch/s390/boot/relocs.S OBJCOPY arch/s390/boot/info.bin After: SORTTAB vmlinux CC arch/s390/boot/version.o RELOCS arch/s390/boot/relocs.S OBJCOPY arch/s390/boot/info.bin Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
1 parent aaebea9 commit 4f00d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/s390/boot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $(obj)/vmlinux.bin: vmlinux FORCE
112112

113113
ifndef CONFIG_PIE_BUILD
114114
CMD_RELOCS=arch/s390/tools/relocs
115-
quiet_cmd_relocs = RELOCS $@
115+
quiet_cmd_relocs = RELOCS $@
116116
cmd_relocs = $(CMD_RELOCS) $< > $@
117117
$(obj)/relocs.S: vmlinux FORCE
118118
$(call if_changed,relocs)

0 commit comments

Comments
 (0)