X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2d6a162a14c455fcf36b2edea83f6f5a9bd69b9..9a4e55feeb53d29c30665c94a0d8b8d8de23c029:/tools/graspe-slave.in?ds=sidebyside diff --git a/tools/graspe-slave.in b/tools/graspe-slave.in index 33cc656ce8..b881d6476f 100644 --- a/tools/graspe-slave.in +++ b/tools/graspe-slave.in @@ -26,7 +26,7 @@ CONFIGURE_ENV="" CONFIGURE_ARGS="--prefix=$PREFIX/@PACKAGE@" # make target -MAKE_ALL="clean all" +MAKE_ALL="all" MAKE_INSTALL=install MAKE_CHECK="-k check" @@ -78,16 +78,6 @@ fi ### # 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"