diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index bf4eb30d215b9b8f03c27bea1c1b3c879bab0c4f..a062966943e77a69a7d35ddd1a39c89b4d941e52 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -24,6 +24,9 @@ include packages.mak
 AUTOCONF=$(PREFIX)/bin/autoconf
 export AUTOCONF
 
+# Set following to non-empty to remove uneeded progression reports (i.e. with automatics builds)
+BATCH_MODE = 1
+
 ifeq ($(shell curl --version >/dev/null 2>&1 || echo FAIL),)
 download = curl $(if ${BATCH_MODE},-sS) -f -L --retry-delay 10 --retry 2 -- "$(1)" > "$@"
 else ifeq ($(shell wget --version >/dev/null 2>&1 || echo FAIL),)