binutils: enable silent build rules

Also add $(AM_V_xxx) to various manual rules in here.
This commit is contained in:
Mike Frysinger
2021-11-25 22:58:47 -05:00
parent 75ea503ef0
commit d8bbdb9dd5
6 changed files with 266 additions and 226 deletions

View File

@@ -25,6 +25,7 @@ AC_CONFIG_SRCDIR(ar.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])
AC_PROG_CC
AC_GNU_SOURCE