mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Ahmad Fatoum <ahmad@a3f.at>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] logo: Makefile: fix indentation of LOGO.S in quiet output
Date: Mon, 12 Oct 2020 14:16:20 +0200	[thread overview]
Message-ID: <20201012121620.GD11648@pengutronix.de> (raw)
In-Reply-To: <20201011214742.697502-1-ahmad@a3f.at>

On Sun, Oct 11, 2020 at 11:47:42PM +0200, Ahmad Fatoum wrote:
> 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(-)

Applied, thanks

Sascha

> 
> 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
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

      reply	other threads:[~2020-10-12 12:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-11 21:47 Ahmad Fatoum
2020-10-12 12:16 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201012121620.GD11648@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=ahmad@a3f.at \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox