U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: Adjust indention of GENENV quiet output
@ 2021-06-20 20:29 Jan Kiszka
  2021-06-24 13:15 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2021-06-20 20:29 UTC (permalink / raw)
  To: U-Boot Mailing List; +Cc: Stefano Babic

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

The column width for a command name is 8.

Signed-off-by: Jan Kiszka <jan.kiszka@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile: Adjust indention of GENENV quiet output
  2021-06-20 20:29 [PATCH] Makefile: Adjust indention of GENENV quiet output Jan Kiszka
@ 2021-06-24 13:15 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-06-24 13:15 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: U-Boot Mailing List, Stefano Babic

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

On Sun, Jun 20, 2021 at 10:29:13PM +0200, Jan Kiszka wrote:

> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> The column width for a command name is 8.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-24 13:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-20 20:29 [PATCH] Makefile: Adjust indention of GENENV quiet output Jan Kiszka
2021-06-24 13:15 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox