Searched refs:cache_file (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/eclipseclp/Alog/src/
H A Dconfigure19 cache_file=./config.cache
87 ac_prev=cache_file ;;
90 cache_file="$ac_optarg" ;;
493 if test -r "$cache_file"; then
494 echo "loading cache $cache_file"
495 . $cache_file
497 echo "creating cache $cache_file"
498 > $cache_file
663 if cmp -s $cache_file confcache; then
666 if test -w $cache_file; the
[all...]
/barrelfish-master/usr/eclipseclp/Usc/src/
H A Dconfigure19 cache_file=./config.cache
87 ac_prev=cache_file ;;
90 cache_file="$ac_optarg" ;;
493 if test -r "$cache_file"; then
494 echo "loading cache $cache_file"
495 . $cache_file
497 echo "creating cache $cache_file"
498 > $cache_file
857 if cmp -s $cache_file confcache; then
860 if test -w $cache_file; the
[all...]
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dconfigure19 cache_file=./config.cache
87 ac_prev=cache_file ;;
90 cache_file="$ac_optarg" ;;
493 if test -r "$cache_file"; then
494 echo "loading cache $cache_file"
495 . $cache_file
497 echo "creating cache $cache_file"
498 > $cache_file
1275 if cmp -s $cache_file confcache; then
1278 if test -w $cache_file; the
[all...]
/barrelfish-master/usr/eclipseclp/
H A Dconfigure831 cache_file=/dev/null
907 ac_prev=cache_file ;;
910 cache_file=$ac_optarg ;;
913 cache_file=config.cache ;;
2588 if test -r "$cache_file"; then
2591 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2593 $as_echo "$as_me: loading cache $cache_file" >&6;}
2594 case $cache_file i
[all...]
/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dconfigure320 cache_file=/dev/null
381 ac_prev=cache_file ;;
384 cache_file=$ac_optarg ;;
387 cache_file=config.cache ;;
1195 if test -r "$cache_file"; then
1198 if test -f "$cache_file"; then
1199 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1200 echo "$as_me: loading cache $cache_file" >&6;}
1201 case $cache_file in
1202 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]

Completed in 98 milliseconds