projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a87df8
)
Makefile: Adjust indention of GENENV quiet output
author
Jan Kiszka
<jan.kiszka@siemens.com>
Sun, 20 Jun 2021 20:29:13 +0000
(22:29 +0200)
committer
Tom Rini
<trini@konsulko.com>
Tue, 22 Jun 2021 18:01:22 +0000
(14:01 -0400)
The column width for a command name is 8.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a73481d18c144dbb6c40f811c8c325a0bd503b02..71cf6f72b04f32234f9fb031f2ac3600aad54e02 100644
(file)
--- 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' $@