On Sun, Jun 02, 2024 at 10:25:57PM GMT, Nicholas Piggin wrote: > Unless make V=1 is specified, silence make recipe echoing and print > an abbreviated line for major build steps. > > Signed-off-by: Nicholas Piggin <npiggin@xxxxxxxxx> > --- > Makefile | 14 ++++++++++++++ > arm/Makefile.common | 7 +++++++ > powerpc/Makefile.common | 11 +++++++---- > riscv/Makefile | 5 +++++ > s390x/Makefile | 18 +++++++++++++++++- > scripts/mkstandalone.sh | 2 +- > x86/Makefile.common | 5 +++++ > 7 files changed, 56 insertions(+), 6 deletions(-) Reviewed-by: Andrew Jones <andrew.jones@xxxxxxxxx>