Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Doxygen simplification makes this useless
[simgrid.git] / tools / graspe-slave.in
index 33cc656..b881d64 100644 (file)
@@ -26,7 +26,7 @@ CONFIGURE_ENV=""
 CONFIGURE_ARGS="--prefix=$PREFIX/@PACKAGE@"
 
 # make target
 CONFIGURE_ARGS="--prefix=$PREFIX/@PACKAGE@"
 
 # make target
-MAKE_ALL="clean all"
+MAKE_ALL="all"
 MAKE_INSTALL=install
 MAKE_CHECK="-k check"
 
 MAKE_INSTALL=install
 MAKE_CHECK="-k check"
 
@@ -78,16 +78,6 @@ fi
 ###
 # Real script
 ###
 ###
 # Real script
 ###
-if [ "x$CC" = x ] ; then
-  echo "CC not set. Search for xlC"
-  xlC=`which xlC`
-  if [ "x$xlC" != x ] ; then
-    echo "Found (in $xlC)"
-    CONFIGURE_ARGS="$CONFIGURE_ARGS CC=xlC"
-  else
-    echo "Not found. Stick to the defaults"
-  fi
-fi
 
 # expend the path for solaris
 PATH="$PATH:/usr/xpg4/bin"
 
 # expend the path for solaris
 PATH="$PATH:/usr/xpg4/bin"