summaryrefslogtreecommitdiffstats
path: root/toolchain/ccache
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/ccache')
-rw-r--r--toolchain/ccache/ccache.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/ccache/ccache.mk b/toolchain/ccache/ccache.mk
index c405e88ac..8b19e68e9 100644
--- a/toolchain/ccache/ccache.mk
+++ b/toolchain/ccache/ccache.mk
@@ -40,6 +40,7 @@ $(CCACHE_DIR1)/.configured: $(CCACHE_DIR1)/.patched
--host=$(GNU_HOST_NAME) \
--build=$(GNU_HOST_NAME) \
--prefix=/usr \
+ $(QUIET) \
)
touch $@
@@ -152,6 +153,7 @@ $(CCACHE_DIR2)/.configured: $(CCACHE_DIR2)/.patched
--prefix=/usr \
--sysconfdir=/etc \
$(DISABLE_NLS) \
+ $(QUIET) \
)
touch $@