From 919842b5eaf0222ade8e722d8988d1bf97cd620d Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Wed, 17 Jun 2015 14:32:39 +0000 Subject: [PATCH] minor git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7584 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- cmake_targets/tools/build_epc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/cmake_targets/tools/build_epc b/cmake_targets/tools/build_epc index 0f2cc9715f7..c29533879f8 100755 --- a/cmake_targets/tools/build_epc +++ b/cmake_targets/tools/build_epc @@ -233,12 +233,12 @@ function main() ############################################################################## # Compile userspace executable ############################################################################## - rm -f $OPENAIR_DIR/targets/bin/mme_gw cd $OPENAIR_DIR/cmake_targets/epc_build_oai if [ $clean -ne 0 ]; then if [[ $verbose -eq 1 ]]; then - echo "Cleaning EPC" + echo "Cleaning EPC: certificates, generated configuration files, obj files, mme_gw executable, GTP kernel module" fi + rm -f $OPENAIR_DIR/targets/bin/mme_gw rm -Rf build 2>&1 $SUDO rm -Rf $OPENAIR_TARGETS/CMAKE/EPC/MME_GW/build 2>&1 $SUDO rm -f /usr/local/etc/freeDiameter/mme* 2>&1 @@ -273,9 +273,6 @@ function main() epc_build_oai mme_gw \ mme_gw $dbin/mme_gw.$REL # Only integrated mme+sgw+pgw is operational today - # compilations \ - # epc_build_oai oai_sgw \ - # oai_sgw $dbin/oai_sgw.$REL compilations \ epc_build_oai xt_GTPUAH_lib \ libxt_GTPUAH_lib.so $dbin @@ -298,9 +295,6 @@ function main() else echo_fatal "not installed EPC config files: not found" fi - - - } -- GitLab