diff --git a/build.sh b/build.sh index 8cde5bb..2bf495d 100755 --- a/build.sh +++ b/build.sh @@ -112,9 +112,15 @@ function appbuild() git -C ../code_lang checkout . git -C ../code_lang pull + + git -C ../code_log checkout . + git -C ../code_log pull echo "-----------------------------start code_lang build-----------------------------" - ./../code_lang/build.sh - + ./../code_lang/build.sh + + echo "-----------------------------start code_log build-----------------------------" + ./../code_log/build.sh + echo "-----------------------------start code_device build-----------------------------" ./../code_device/build.sh $sanelibname $dpkgtype