Lines Matching refs:cache_file
1666 if test -r "$cache_file"; then
1669 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1671 $as_echo "$as_me: loading cache $cache_file" >&6;}
1672 case $cache_file in
1673 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1674 *) . "./$cache_file";;
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1679 $as_echo "$as_me: creating cache $cache_file" >&6;}
1680 >$cache_file
2332 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2333 if test -w "$cache_file"; then
2334 if test "x$cache_file" != "x/dev/null"; then
2335 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2336 $as_echo "$as_me: updating cache $cache_file" >&6;}
2337 if test ! -f "$cache_file" || test -h "$cache_file"; then
2338 cat confcache >"$cache_file"
2340 case $cache_file in #(
2342 mv -f confcache "$cache_file"$$ &&
2343 mv -f "$cache_file"$$ "$cache_file" ;; #(
2345 mv -f confcache "$cache_file" ;;
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2351 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}