From bc5801bc4ec83a937623872347123e6067d2c460 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Sat, 16 Oct 2010 19:00:25 +0000 Subject: [PATCH] *** empty log message *** --- Install/scripts/All.sh | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/Install/scripts/All.sh b/Install/scripts/All.sh index 433a5ec..4de2d20 100644 --- a/Install/scripts/All.sh +++ b/Install/scripts/All.sh @@ -60,8 +60,8 @@ mkdir $generationdir/creatools_bin cd $generationdir # the following stupid test is used at debug time; Please don't remove! -if [ true = false ] -then +#if [ true = false ] +#then rm -rf creatools_bin/creaBin rm -rf creatools_bin/bbtkBin @@ -85,30 +85,30 @@ sh $scriptDir/cvscheckout.sh $crearigidregistrationssource $generationdir $cvsUs sh $scriptDir/cvscheckout.sh $bbtkgeditorsource $generationdir $cvsUserName sh $scriptDir/cvscheckout.sh $creatoolssource $generationdir $cvsUserName -fi +#fi cd $scriptDir # CREA -if [ true = false ] -then +#if [ true = false ] +#then sh cmakemod.sh $creasource $generationdir $installPrefix $buildType sh creaVariables.sh $creasource $generationdir $docgeneration sh compilemod.sh $buildType $creasource $generationdir sh ctestmod.sh $creasource $generationdir -fi +#fi creadll=$generationdir/creatools_bin/creaBin LD_LIBRARY_PATH=$creadll:LD_LIBRARY_$PATH -if [ true = true ] -then +#if [ true = false ] +#then # BBTK sh cmakemod.sh $bbtksource $generationdir $installPrefix $buildType sh bbtkVariables.sh $bbtksource $generationdir $docgeneration sh compilemod.sh $buildType $bbtksource $generationdir sh ctestmod.sh $bbtksource $generationdir -fi +#fi bbtkdll=$generationdir/creatools_bin/bbtkBin LD_LIBRARY_PATH=$bbtkdll:$LD_LIBRARY_PATH @@ -124,8 +124,6 @@ fi LD_LIBRARY_PATH=$creamaracasdll:$LD_LIBRARY_PATH -exit 0 - #if [ true = false ] #then -- 2.45.1