From b7bd6d95f7497ae6bb39c5a44693fdef852d2305 Mon Sep 17 00:00:00 2001 From: legrand Date: Thu, 13 Mar 2008 14:37:38 +0000 Subject: [PATCH] deleted old make install cmds git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1153 331e1502-861f-0410-8da2-ba01fb791d7f --- tags/paradiseo-1.1/installParadiseo.sh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/tags/paradiseo-1.1/installParadiseo.sh b/tags/paradiseo-1.1/installParadiseo.sh index 83b347ce1..8d824f3a2 100755 --- a/tags/paradiseo-1.1/installParadiseo.sh +++ b/tags/paradiseo-1.1/installParadiseo.sh @@ -460,7 +460,6 @@ function run_install_step() RETURN=`expr $RETURN + $LAST_RETURN` fi - execute_cmd "make install" "[$currentStepCounter-4] Make install of ParadisEO-MO" $SPY RETURN=`expr $RETURN + $?` fi @@ -507,9 +506,6 @@ function run_install_step() RETURN=`expr $RETURN + $?` fi - # Make link with the install.cmake (at the top level) - #execute_cmd "ln -s $installKitPath/install.cmake $installKitPath/paradiseo-moeo/install.cmake" "[$currentStepCounter-5] Create link to install.cmake for MOEO" $SPY - if [ ! $(($RETURN)) = 0 ] then echo '' @@ -808,13 +804,8 @@ function run_install_step() then RETURN=`expr $RETURN + $LAST_RETURN` fi - execute_cmd "make install" "[$currentStepCounter-4] Make install ParadisEO-PEO " $SPY - RETURN=`expr $RETURN + $?` - fi - - # Make link with the install.cmake (at the top level) - #execute_cmd "ln -s $installKitPath/install.cmake $installKitPath/paradiseo-peo/install.cmake" "[$currentStepCounter-5] Create link to install.cmake for PEO" $SPY - + fi + if [ ! $(($RETURN)) = 0 ] then echo ''