mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] logo: Makefile: fix indentation of LOGO.S in quiet output
@ 2020-10-11 21:47 Ahmad Fatoum
  2020-10-12 12:16 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2020-10-11 21:47 UTC (permalink / raw)
  To: barebox

Output currently looks like this:

  CC      commands/printenv.o
  LOGO.S   lib/logo/barebox-logo-w64.bblogo
  CC      arch/sandbox/board/devices.o

Drop one space, so it's aligned with the usual two letter prefixes.

Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
 lib/logo/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/logo/Makefile b/lib/logo/Makefile
index 3d0f1c24c640..4149d4ff6c0c 100644
--- a/lib/logo/Makefile
+++ b/lib/logo/Makefile
@@ -21,7 +21,7 @@ extra-y += $(patsubst %,%.bblogo.o,$(bblogo-y))
 
 obj-$(CONFIG_BAREBOX_LOGO) += logo.o
 
-quiet_cmd_logo_S = LOGO.S   $@
+quiet_cmd_logo_S = LOGO.S  $@
 cmd_logo_S =							\
 (								\
 	echo '\#include <asm-generic/barebox.lds.h>';		\
@@ -43,7 +43,7 @@ INKSCAPEOPTS += $(call try-run, inkscape -z -e -,-z -e -,--export-type=png)
 # Inkscape 1.0 supports -o -
 INKSCAPEOPTS += $(call try-run, inkscape -o -,-o -,)
 
-quiet_cmd_logo = LOGO.S   $@
+quiet_cmd_logo = LOGO.S  $@
 cmd_logo =							\
 (								\
 	inkscape $(OPTS_$(@F)) $(INKSCAPEOPTS) $< > $@; \
-- 
2.28.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2020-10-12 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-11 21:47 [PATCH] logo: Makefile: fix indentation of LOGO.S in quiet output Ahmad Fatoum
2020-10-12 12:16 ` Sascha Hauer

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