Skip to content
Snippets Groups Projects
Commit 7bdaca8a authored by Adrien Béraud's avatar Adrien Béraud Committed by Adrien Béraud
Browse files

tools: use batch mode


Further log cleanup for Android;
prevent showing the list of files for
build tools, which is almost never useful
and can print a lot of lines (eg. gettext).

Change-Id: Ic87fd110035c3d715273194efb360fbf19de6dab
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent 51d552f6
Branches
No related tags found
No related merge requests found
......@@ -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),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment