From d2044b1563dd50c6a26927955b767432e57e9865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Aug 2018 22:22:10 +0200 Subject: Add verbosity to turris4x and general --- templates/turris4x.run | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/turris4x.run') diff --git a/templates/turris4x.run b/templates/turris4x.run index 5a6b586..4c2623e 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -3,7 +3,11 @@ set -e . utils -MAKE="make -j4 IS_TTY=1 BUILD_LOG=1" +if [ "$V" -ge 1 ]; then + MAKE="make -j1 IS_TTY=1 BUILD_LOG=1 V=99" +else + MAKE="make -j4 IS_TTY=1 BUILD_LOG=1" +fi curl "https://repo.turris.cz/$BOARD-$BRANCH/git-hash" > git-hash cat git-hash -- cgit v1.2.3