Lines Matching refs:cache_file
1725 if test -r "$cache_file"; then
1728 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1730 $as_echo "$as_me: loading cache $cache_file" >&6;}
1731 case $cache_file in
1732 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1733 *) . "./$cache_file";;
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1738 $as_echo "$as_me: creating cache $cache_file" >&6;}
1739 >$cache_file
4757 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4758 if test -w "$cache_file"; then
4759 if test "x$cache_file" != "x/dev/null"; then
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4761 $as_echo "$as_me: updating cache $cache_file" >&6;}
4762 if test ! -f "$cache_file" || test -h "$cache_file"; then
4763 cat confcache >"$cache_file"
4765 case $cache_file in #(
4767 mv -f confcache "$cache_file"$$ &&
4768 mv -f "$cache_file"$$ "$cache_file" ;; #(
4770 mv -f confcache "$cache_file" ;;
4775 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4776 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}