Commit 25385fdc authored by Navid Nikaein's avatar Navid Nikaein

correct the file name when building EPC

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6631 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent eb91417f
...@@ -696,7 +696,7 @@ compile_epc() { ...@@ -696,7 +696,7 @@ compile_epc() {
cd $OPENAIRCN_DIR cd $OPENAIRCN_DIR
if [ $1 = 1 ]; then if [ $1 = 1 ]; then
echo_info "build a clean EPC" echo_info "build a clean EPC"
bash_exec "rm -rf obj" bash_exec "rm -rf objs"
fi fi
OBJ_DIR=`find . -maxdepth 1 -type d -iname obj*` OBJ_DIR=`find . -maxdepth 1 -type d -iname obj*`
if [ ! -n "$OBJ_DIR" ]; then if [ ! -n "$OBJ_DIR" ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment