Lines Matching refs:cache_file
219 cache_file=
388 --cache-file=*) cache_file="$optarg" ;;
489 if test -n "$cache_file" && test -r "$cache_file" && test -f "$cache_file"; then
490 echo "loading cache $cache_file within ltconfig"
491 . $cache_file
2773 test -n "$cache_file" && test -z "$tagname" || exit 0
2812 if cmp -s $cache_file confcache; then
2815 if test -w $cache_file; then
2816 echo "updating cache $cache_file"
2817 cat confcache > $cache_file
2819 echo "not updating unwritable cache $cache_file"