Artifact 7eb094e9b0de2185acb9b6b4629485dc17f1f122:
- Executable file utils/installck.sh — part of check-in [2c06a41e7e] at 2014-06-19 11:35:28 on branch v1.55 — Fixed regression on running in read only areas where db does not exist. Made timeout long for cases where tests appear to be non-runnable. Improved chicken install script (user: mrwellan, size: 469) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash myhome=$(dirname $0) if [[ $proxy == "" ]]; then echo 'Please set the environment variable "proxy" to host.com:port (e.g. foo.com:1234) to use a proxy' echo PROX="" else export http_proxy=http://$proxy 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