LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-08-28 14c45586ac7c9e01cb4745185e698e593773bf08
openlibs/build.sh
@@ -3,6 +3,8 @@
# this project absolute path
PRJ_PATH=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)
cd $PRJ_PATH
#+-------------------------+
#| Shell script functions  |
#+-------------------------+
@@ -33,8 +35,6 @@
function do_clean()
{
    rm -rf install
    for dir in `ls`
    do
        if [ -f $dir/build*.sh ] ; then
@@ -43,6 +43,8 @@
            cd -
        fi
    done
    rm -rf install
}
if [[ $# == 1 && $1 == -c ]] ;then