Lines Matching refs:cache_file
1759 if test -r "$cache_file"; then
1762 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1764 $as_echo "$as_me: loading cache $cache_file" >&6;}
1765 case $cache_file in
1766 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1767 *) . "./$cache_file";;
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1772 $as_echo "$as_me: creating cache $cache_file" >&6;}
1773 >$cache_file
3727 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3728 if test -w "$cache_file"; then
3729 if test "x$cache_file" != "x/dev/null"; then
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3731 $as_echo "$as_me: updating cache $cache_file" >&6;}
3732 if test ! -f "$cache_file" || test -h "$cache_file"; then
3733 cat confcache >"$cache_file"
3735 case $cache_file in #(
3737 mv -f confcache "$cache_file"$$ &&
3738 mv -f "$cache_file"$$ "$cache_file" ;; #(
3740 mv -f confcache "$cache_file" ;;
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3746 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}