Skip to content
Snippets Groups Projects
Commit 8e268d54 authored by thomasl's avatar thomasl
Browse files

Make performance: replace = by := when it doesn't change


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6201 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 6a7f1383
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#export LM_LICENSE_FILE #export LM_LICENSE_FILE
include $(OPENAIR_HOME)/common/utils/Makefile.inc include $(OPENAIR_HOME)/common/utils/Makefile.inc
KERNEL_NAME=$(shell uname -r) KERNEL_NAME:=$(shell uname -r)
NUM_CORES=$(shell getconf _NPROCESSORS_CONF) NUM_CORES=$(shell getconf _NPROCESSORS_CONF)
export SET_UM=$(shell if grep --silent User\ Mode\ Linux /proc/cpuinfo ; then echo "ARCH=um" ; else echo ""; fi) export SET_UM=$(shell if grep --silent User\ Mode\ Linux /proc/cpuinfo ; then echo "ARCH=um" ; else echo ""; fi)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment