Artifact 97138f77adb2dfe2527a6466cfc9c44a19372ecb:
- 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]
#!/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 logname=$(basename $PREFIX) script -c "make -f $myhome/Makefile_latest.installall all" $logname.log