Megatest

Diff
Login

Differences From Artifact [97138f77ad]:

To Artifact [7eb094e9b0]:


10
11
12
13
14
15
16


17
18
19
20
  export PROX="-proxy $proxy"
fi

if [[ -z $PREFIX ]];then
  echo "\$PREFIX variable is required"
  exit
fi



logname=$(basename $PREFIX)

script -c "make -f $myhome/Makefile_latest.installall all" $logname.log







>
>




10
11
12
13
14
15
16
17
18
19
20
21
22
  export PROX="-proxy $proxy"
fi

if [[ -z $PREFIX ]];then
  echo "\$PREFIX variable is required"
  exit
fi

export LD_LIBRARY_NAME=$PREFIX/lib

logname=$(basename $PREFIX)

script -c "make -f $myhome/Makefile_latest.installall all" $logname.log