Commit f4f69fe6 authored by thomasl's avatar thomasl

add env variables in clean_all procedure

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7004 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent b7f699a3
......@@ -139,8 +139,9 @@ clean_kernel() {
}
clean_all_files() {
set_openair_env
dir=$OPENAIR_DIR/cmake_targets
rm -rf $dir/log $OPENAIR_TARGETS/bin/*
rm -rf $dir/log $OPENAIR_DIR/targets/bin
rm -rf $dir/lte_build_oai $dir/lte-simulators/build
rm -rf $dir/epc_build_oai/build $dir/epc_build_oai/CMakeLists.txt
rm -rf $dir/oaisim_build_oai/build $dir/oaisim_build_oai/CMakeLists.txt
......
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