deleted old make install cmds

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1153 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2008-03-13 14:37:38 +00:00
commit b7bd6d95f7

View file

@ -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 ''