summaryrefslogtreecommitdiff
path: root/scripts/turris-common.sh
blob: 8a4e4e6780feb23ddff79ee9c0f607eec83b4b09 (plain)
1
2
3
4
5
6
parallel=-j8
make="make -j8 IS_TTY=1 BUILD_LOG=1"
if [ "$V" -ge 1 ]; then
	parallel=-j1
	make="make -j1 IS_TTY=1 BUILD_LOG=1 V=99"
fi