public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gdb: fix spacing on CCLD silent rules
@ 2021-07-07  4:16 Mike Frysinger
  2021-07-07 14:09 ` Simon Marchi
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2021-07-07  4:16 UTC (permalink / raw)
  To: gdb-patches

---
 gdb/silent-rules.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/silent-rules.mk b/gdb/silent-rules.mk
index 97d799bf2ae2..c2c434812960 100644
--- a/gdb/silent-rules.mk
+++ b/gdb/silent-rules.mk
@@ -4,7 +4,7 @@ ifeq ($(V),0)
 ECHO_CXX =    @echo "  CXX    $@";
 ECHO_CC  =    @echo "  CC     $@";
 ECHO_CXXLD =  @echo "  CXXLD  $@";
-ECHO_CCLD =   @echo "  CCLD  $@";
+ECHO_CCLD =   @echo "  CCLD   $@";
 ECHO_REGDAT = @echo "  REGDAT $@";
 ECHO_GEN =    @echo "  GEN    $@";
 ECHO_GEN_XML_BUILTIN = \
-- 
2.31.1


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

* Re: [PATCH] gdb: fix spacing on CCLD silent rules
  2021-07-07  4:16 [PATCH] gdb: fix spacing on CCLD silent rules Mike Frysinger
@ 2021-07-07 14:09 ` Simon Marchi
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Marchi @ 2021-07-07 14:09 UTC (permalink / raw)
  To: Mike Frysinger, gdb-patches



On 2021-07-07 12:16 a.m., Mike Frysinger via Gdb-patches wrote:
> ---
>  gdb/silent-rules.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gdb/silent-rules.mk b/gdb/silent-rules.mk
> index 97d799bf2ae2..c2c434812960 100644
> --- a/gdb/silent-rules.mk
> +++ b/gdb/silent-rules.mk
> @@ -4,7 +4,7 @@ ifeq ($(V),0)
>  ECHO_CXX =    @echo "  CXX    $@";
>  ECHO_CC  =    @echo "  CC     $@";
>  ECHO_CXXLD =  @echo "  CXXLD  $@";
> -ECHO_CCLD =   @echo "  CCLD  $@";
> +ECHO_CCLD =   @echo "  CCLD   $@";
>  ECHO_REGDAT = @echo "  REGDAT $@";
>  ECHO_GEN =    @echo "  GEN    $@";
>  ECHO_GEN_XML_BUILTIN = \
> 

Woops, looks obvious to me.

Simon

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

end of thread, other threads:[~2021-07-07 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07  4:16 [PATCH] gdb: fix spacing on CCLD silent rules Mike Frysinger
2021-07-07 14:09 ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).