From 999c4371544e8945b27e4e567586e16ef00684cf Mon Sep 17 00:00:00 2001 From: thomasl <thomasl@eurecom.fr> Date: Wed, 10 Dec 2014 16:01:18 +0000 Subject: [PATCH] no more need to launch twice the make (bug in makefiles fixed) git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6235 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/build_helper.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/build_helper.bash b/targets/build_helper.bash index 6d08cc65b2..bf7010367f 100755 --- a/targets/build_helper.bash +++ b/targets/build_helper.bash @@ -784,7 +784,6 @@ compile_oaisim() { if [ -f Makefile ]; then echo "Compiling for oaisim target ($OAISIM_DIRECTIVES)" make cleanall > /dev/null - make $OAISIM_DIRECTIVES make -j $NUM_CPU $OAISIM_DIRECTIVES if [ $? -ne 0 ]; then echo_error "Build oaisim failed, returning" -- GitLab