public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Christophe Lyon <christophe.lyon@linaro.org>
To: binutils@sourceware.org
Cc: Christophe Lyon <christophe.lyon@linaro.org>
Subject: [PATCH] opcodes: Fix build verbosity
Date: Tue, 12 Mar 2024 16:41:44 +0000	[thread overview]
Message-ID: <20240312164144.1142937-1-christophe.lyon@linaro.org> (raw)

Add $(AM_V_xxx) in a few places where they were missing.
---
 opcodes/Makefile.am | 8 ++++----
 opcodes/Makefile.in | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index aaf6f069035..a173c8e6f36 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -502,7 +502,7 @@ MAINTAINERCLEANFILES = $(srcdir)/aarch64-asm-2.c $(srcdir)/aarch64-dis-2.c \
 	$(srcdir)/rx-decode.c
 
 aarch64-gen$(EXEEXT_FOR_BUILD): aarch64-gen.o $(BUILD_LIB_DEPS)
-	$(LINK_FOR_BUILD) aarch64-gen.o $(BUILD_LIBS)
+	$(AM_V_CCLD)$(LINK_FOR_BUILD) aarch64-gen.o $(BUILD_LIBS)
 
 aarch64-gen.o: aarch64-gen.c $(BFD_H) $(INCDIR)/getopt.h $(INCDIR)/libiberty.h\
 	$(INCDIR)/opcode/aarch64.h config.h aarch64-opc.h aarch64-tbl.h
@@ -522,7 +522,7 @@ i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h \
 	$(INCDIR)/ansidecl.h $(INCDIR)/getopt.h $(INCDIR)/hashtab.h \
 	$(INCDIR)/libiberty.h $(INCDIR)/opcode/i386.h $(INCDIR)/safe-ctype.h \
 	config.h sysdep.h
-	$(COMPILE_FOR_BUILD) -c $(srcdir)/i386-gen.c
+	$(AM_V_CC)$(COMPILE_FOR_BUILD) -c $(srcdir)/i386-gen.c
 
 # i386-gen will generate all headers in one go.  Use a pattern rule to properly
 # express this, with the inner dash ('-') arbitrarily chosen to be the stem.
@@ -544,7 +544,7 @@ ia64-gen.o: ia64-gen.c $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
 	$(INCDIR)/symcat.h config.h ia64-opc-a.c ia64-opc-b.c \
 	ia64-opc-d.c ia64-opc-f.c ia64-opc-i.c ia64-opc-m.c \
 	ia64-opc-x.c ia64-opc.h sysdep.h
-	$(COMPILE_FOR_BUILD) -c $(srcdir)/ia64-gen.c
+	$(AM_V_CC)$(COMPILE_FOR_BUILD) -c $(srcdir)/ia64-gen.c
 
 # Use a helper variable for the dependencies to avoid 'make' issues
 # with continuations in comments, as @MAINT@ can be expanded to '#'.
@@ -574,7 +574,7 @@ s390-mkopc$(EXEEXT_FOR_BUILD): s390-mkopc.o
 	$(AM_V_CCLD)$(LINK_FOR_BUILD) s390-mkopc.o
 
 s390-mkopc.o: s390-mkopc.c $(INCDIR)/opcode/s390.h
-	$(COMPILE_FOR_BUILD) -c $(srcdir)/s390-mkopc.c
+	$(AM_V_CC)$(COMPILE_FOR_BUILD) -c $(srcdir)/s390-mkopc.c
 
 s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
 	$(AM_V_GEN)./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 245479140c9..57aaed26da8 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -1485,7 +1485,7 @@ stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
 		archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
 
 aarch64-gen$(EXEEXT_FOR_BUILD): aarch64-gen.o $(BUILD_LIB_DEPS)
-	$(LINK_FOR_BUILD) aarch64-gen.o $(BUILD_LIBS)
+	$(AM_V_CCLD)$(LINK_FOR_BUILD) aarch64-gen.o $(BUILD_LIBS)
 
 aarch64-gen.o: aarch64-gen.c $(BFD_H) $(INCDIR)/getopt.h $(INCDIR)/libiberty.h\
 	$(INCDIR)/opcode/aarch64.h config.h aarch64-opc.h aarch64-tbl.h
@@ -1505,7 +1505,7 @@ i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h \
 	$(INCDIR)/ansidecl.h $(INCDIR)/getopt.h $(INCDIR)/hashtab.h \
 	$(INCDIR)/libiberty.h $(INCDIR)/opcode/i386.h $(INCDIR)/safe-ctype.h \
 	config.h sysdep.h
-	$(COMPILE_FOR_BUILD) -c $(srcdir)/i386-gen.c
+	$(AM_V_CC)$(COMPILE_FOR_BUILD) -c $(srcdir)/i386-gen.c
 
 # i386-gen will generate all headers in one go.  Use a pattern rule to properly
 # express this, with the inner dash ('-') arbitrarily chosen to be the stem.
@@ -1527,7 +1527,7 @@ ia64-gen.o: ia64-gen.c $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
 	$(INCDIR)/symcat.h config.h ia64-opc-a.c ia64-opc-b.c \
 	ia64-opc-d.c ia64-opc-f.c ia64-opc-i.c ia64-opc-m.c \
 	ia64-opc-x.c ia64-opc.h sysdep.h
-	$(COMPILE_FOR_BUILD) -c $(srcdir)/ia64-gen.c
+	$(AM_V_CC)$(COMPILE_FOR_BUILD) -c $(srcdir)/ia64-gen.c
 $(srcdir)/ia64-asmtab.c: @MAINT@ $(ia64_asmtab_deps)
 	$(AM_V_GEN)./ia64-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir) > $@
 
@@ -1552,7 +1552,7 @@ s390-mkopc$(EXEEXT_FOR_BUILD): s390-mkopc.o
 	$(AM_V_CCLD)$(LINK_FOR_BUILD) s390-mkopc.o
 
 s390-mkopc.o: s390-mkopc.c $(INCDIR)/opcode/s390.h
-	$(COMPILE_FOR_BUILD) -c $(srcdir)/s390-mkopc.c
+	$(AM_V_CC)$(COMPILE_FOR_BUILD) -c $(srcdir)/s390-mkopc.c
 
 s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
 	$(AM_V_GEN)./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
-- 
2.34.1


             reply	other threads:[~2024-03-12 16:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-12 16:41 Christophe Lyon [this message]
2024-03-13  7:38 ` Jan Beulich

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=20240312164144.1142937-1-christophe.lyon@linaro.org \
    --to=christophe.lyon@linaro.org \
    --cc=binutils@sourceware.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).