[PATCH] Makefile: Adjust indention of GENENV quiet output

Jan Kiszka jan.kiszka at web.de
Sun Jun 20 22:29:13 CEST 2021


From: Jan Kiszka <jan.kiszka at siemens.com>

The column width for a command name is 8.

Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a73481d18c..71cf6f72b0 100644
--- a/Makefile
+++ b/Makefile
@@ -2279,7 +2279,7 @@ endif
 	$(build)=$(build-dir) $(@:.ko=.o)
 	$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost

-quiet_cmd_genenv = GENENV $@
+quiet_cmd_genenv = GENENV  $@
 cmd_genenv = $(OBJCOPY) --dump-section .rodata.default_environment=$@ env/common.o; \
 	sed --in-place -e 's/\x00/\x0A/g' $@

--
2.26.2


More information about the U-Boot mailing list