summaryrefslogtreecommitdiffstats
path: root/3rdparty/local.mk
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/local.mk')
-rw-r--r--3rdparty/local.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/3rdparty/local.mk b/3rdparty/local.mk
index 31dd6bb..2fcd50b 100644
--- a/3rdparty/local.mk
+++ b/3rdparty/local.mk
@@ -1,8 +1,14 @@
if EMBEDDED_XCF2PNG
+VV = $(VV_$(V))
+VV_ = $(AM_DEFAULT_VERBOSITY)
+VV_1 = 1
+VV_0 = 0
$(XCF2PNG):
- $(AM_V_GEN)(cd %reldir%/xcftools/ && $(MAKE))
+ $(AM_V_at)(cd %reldir%/xcftools/ && $(MAKE) V=$(VV))
clean-local:
-(cd %reldir%/xcftools/ && $(MAKE) clean)
+distclean-local:
+ -(cd %reldir%/xcftools/ && $(MAKE) distclean)
endif
EXTRA_DIST += \