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