Lines Matching refs:cache_file
1735 if test -r "$cache_file"; then
1738 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1740 $as_echo "$as_me: loading cache $cache_file" >&6;}
1741 case $cache_file in
1742 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1743 *) . "./$cache_file";;
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1748 $as_echo "$as_me: creating cache $cache_file" >&6;}
1749 >$cache_file
2925 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2926 if test -w "$cache_file"; then
2927 if test "x$cache_file" != "x/dev/null"; then
2928 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2929 $as_echo "$as_me: updating cache $cache_file" >&6;}
2930 if test ! -f "$cache_file" || test -h "$cache_file"; then
2931 cat confcache >"$cache_file"
2933 case $cache_file in #(
2935 mv -f confcache "$cache_file"$$ &&
2936 mv -f "$cache_file"$$ "$cache_file" ;; #(
2938 mv -f confcache "$cache_file" ;;
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2944 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}