]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/build-utilites.git/commitdiff
build - add option to update w/o build
authorGuy Mishol <guym@ti.com>
Sun, 3 Apr 2016 13:11:57 +0000 (16:11 +0300)
committerGuy Mishol <guym@ti.com>
Sun, 3 Apr 2016 13:11:57 +0000 (16:11 +0300)
add option to update all branches withot building
using NO_BUILD flag

Signed-off-by: Guy Mishol <guym@ti.com>
build_wl18xx.sh

index 154302a34efe0dca9421db2dcb52c81d579969c3..b95ab692465d66e54324f45ad2fc88298dfb2986 100755 (executable)
@@ -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')