From: Guy Mishol Date: Sun, 3 Apr 2016 13:11:57 +0000 (+0300) Subject: build - add option to update w/o build X-Git-Url: https://git.ti.com/gitweb?p=wilink8-wlan%2Fbuild-utilites.git;a=commitdiff_plain;h=b495f320fe5706037cad1c3769021f86e55d6df5 build - add option to update w/o build add option to update all branches withot building using NO_BUILD flag Signed-off-by: Guy Mishol --- diff --git a/build_wl18xx.sh b/build_wl18xx.sh index 154302a..b95ab69 100755 --- a/build_wl18xx.sh +++ b/build_wl18xx.sh @@ -947,7 +947,7 @@ function main() clean_outputs setup_workspace read_kernel_version #####read kernel version again after update##### - build_all + [[ -z $NO_BUILD ]] && build_all ;; 'openlink')