]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/build-utilites.git/commitdiff
build: echo success note when finished
authorYaniv Machani <yanivma@ti.com>
Mon, 20 Apr 2015 20:10:30 +0000 (23:10 +0300)
committerYaniv Machani <yanivma@ti.com>
Mon, 20 Apr 2015 20:11:04 +0000 (23:11 +0300)
Show notification when build finished

Signed-off-by: Yaniv Machani <yanivma@ti.com>
build_wl18xx.sh

index 8e276272973f7ae16aecfff1a78c178004e9fea3..9230f57730070ce5db266311f2bda42af413cd80 100755 (executable)
@@ -942,5 +942,6 @@ function main()
        
        [[ -z $NO_BUILD ]] && build_outputs
        [[ -n $INSTALL_NFS ]] && install_outputs
+       echo "Wifi Package Build Successful"
 }
 main $@