Commit 999c4371 authored by thomasl's avatar thomasl

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
parent 9379bc6e
...@@ -784,7 +784,6 @@ compile_oaisim() { ...@@ -784,7 +784,6 @@ compile_oaisim() {
if [ -f Makefile ]; then if [ -f Makefile ]; then
echo "Compiling for oaisim target ($OAISIM_DIRECTIVES)" echo "Compiling for oaisim target ($OAISIM_DIRECTIVES)"
make cleanall > /dev/null make cleanall > /dev/null
make $OAISIM_DIRECTIVES
make -j $NUM_CPU $OAISIM_DIRECTIVES make -j $NUM_CPU $OAISIM_DIRECTIVES
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo_error "Build oaisim failed, returning" echo_error "Build oaisim failed, returning"
......
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