From 1ec719cde32acebfaf198acb284ee31e0b399f14 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 23 Feb 2023 13:33:45 -0500 Subject: build: Use silent rules by default The xcftools custom makefile is still noisy as hell, though. --- (limited to '3rdparty/local.mk') diff --git a/3rdparty/local.mk b/3rdparty/local.mk index ea01355..31dd6bb 100644 --- a/3rdparty/local.mk +++ b/3rdparty/local.mk @@ -1,6 +1,6 @@ if EMBEDDED_XCF2PNG $(XCF2PNG): - (cd %reldir%/xcftools/ && $(MAKE)) + $(AM_V_GEN)(cd %reldir%/xcftools/ && $(MAKE)) clean-local: -(cd %reldir%/xcftools/ && $(MAKE) clean) endif -- cgit v0.9.1