[PATCH] sim: igen: minor build output alignment fix

Mike Frysinger vapier@gentoo.org
Mon Nov 1 04:59:27 GMT 2021


The custom echo was off by one space relative to all the others.
---
 sim/common/Make-common.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 4c8305917643..9274c65f8c6c 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -47,7 +47,7 @@ include $(srcroot)/gdb/silent-rules.mk
 
 ifeq ($(V),0)
 ECHO_STAMP = @echo "  GEN   "
-ECHO_IGEN  = @echo "  IGEN  $(<F)";
+ECHO_IGEN  = @echo "  IGEN   $(<F)";
 else
 ECHO_STAMP = @:
 endif
-- 
2.33.0



More information about the Gdb-patches mailing list