Lines Matching refs:cache_file
1707 if test -r "$cache_file"; then
1710 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1712 $as_echo "$as_me: loading cache $cache_file" >&6;}
1713 case $cache_file in
1714 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1715 *) . "./$cache_file";;
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1720 $as_echo "$as_me: creating cache $cache_file" >&6;}
1721 >$cache_file
2875 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2876 if test -w "$cache_file"; then
2877 if test "x$cache_file" != "x/dev/null"; then
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2879 $as_echo "$as_me: updating cache $cache_file" >&6;}
2880 if test ! -f "$cache_file" || test -h "$cache_file"; then
2881 cat confcache >"$cache_file"
2883 case $cache_file in #(
2885 mv -f confcache "$cache_file"$$ &&
2886 mv -f "$cache_file"$$ "$cache_file" ;; #(
2888 mv -f confcache "$cache_file" ;;
2893 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2894 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}