summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5462bd2)
raw | patch | inline | side by side (parent: 5462bd2)
author | Guy Mishol <guym@ti.com> | |
Sun, 3 Apr 2016 13:11:57 +0000 (16:11 +0300) | ||
committer | Guy 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>
using NO_BUILD flag
Signed-off-by: Guy Mishol <guym@ti.com>
build_wl18xx.sh | patch | blob | history |
diff --git a/build_wl18xx.sh b/build_wl18xx.sh
index 154302a34efe0dca9421db2dcb52c81d579969c3..b95ab692465d66e54324f45ad2fc88298dfb2986 100755 (executable)
--- a/build_wl18xx.sh
+++ b/build_wl18xx.sh
clean_outputs
setup_workspace
read_kernel_version #####read kernel version again after update#####
clean_outputs
setup_workspace
read_kernel_version #####read kernel version again after update#####
- build_all
+ [[ -z $NO_BUILD ]] && build_all
;;
'openlink')
;;
'openlink')