Differences From Artifact [97138f77ad]:
- Executable file utils/installck.sh — part of check-in [f4214bf31e] at 2014-06-18 15:53:22 on branch v1.55 — Improvements to build for chicken/iup/sqlite3, see installck.sh (user: mrwellan, size: 433) [annotate] [blame] [check-ins using]
To Artifact [7eb094e9b0]:
- 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...]
︙ | ︙ | |||
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 |