From 005adfc197c9e5edcaffa9afd3db110c982c21e3 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Tue, 21 Apr 2015 15:02:17 +0000 Subject: [PATCH] update build dir git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7245 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- cmake_targets/tools/build_helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_targets/tools/build_helper b/cmake_targets/tools/build_helper index f993ee50d6..ba146d2cb7 100755 --- a/cmake_targets/tools/build_helper +++ b/cmake_targets/tools/build_helper @@ -100,7 +100,7 @@ clean_all_files() { 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 rm -rf $dir/oaisim_mme_build_oai/build $dir/oaisim_mme_build_oai/CMakeLists.txt - rm -rf $dir/hss_build/BUILD + rm -rf $dir/hss_build/build rm -rf $dir/autotests/bin $dir/autotests/log $dir/autotests/*/build } -- GitLab