Commit 0449d1b6 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6406 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 5a8af026
......@@ -176,7 +176,6 @@ fi
BUILD_LTE=$2
echo "setting top-level build target to: $2"
shift 2;
echo > bin/install_log.txt
;;
-h | --help)
print_help
......@@ -257,7 +256,10 @@ mkdir -m 777 -p bin
build_date=`date +%Y_%m_%d`
oai_build_date="oai_built_${build_date}"
touch bin/${oai_build_date}
chmod -f 777 bin/${oai_build_date}
touch bin/install_log.txt
chmod -f 777 bin/install_log.txt
################################
# cleanup first
################################
......
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