From: Jan Kiszka Date: Sun, 20 Jun 2021 20:29:13 +0000 (+0200) Subject: Makefile: Adjust indention of GENENV quiet output X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=2600dd897ed247993670465a4c5acb23a57eab3e;p=u-boot.git Makefile: Adjust indention of GENENV quiet output The column width for a command name is 8. Signed-off-by: Jan Kiszka --- 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' $@