Lines Matching refs:cache_file
206 cache_file=
303 --cache-file=*) cache_file="$optarg" ;;
375 if test -n "$cache_file" && test -r "$cache_file"; then
376 echo "loading cache $cache_file within ltconfig"
377 . $cache_file
3058 test -n "$cache_file" || exit 0
3097 if cmp -s $cache_file confcache; then
3100 if test -w $cache_file; then
3101 echo "updating cache $cache_file"
3102 cat confcache > $cache_file
3104 echo "not updating unwritable cache $cache_file"