Lines Matching refs:cache_file
1626 if test -r "$cache_file"; then
1629 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1631 $as_echo "$as_me: loading cache $cache_file" >&6;}
1632 case $cache_file in
1633 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1634 *) . "./$cache_file";;
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1639 $as_echo "$as_me: creating cache $cache_file" >&6;}
1640 >$cache_file
2450 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2451 if test -w "$cache_file"; then
2452 if test "x$cache_file" != "x/dev/null"; then
2453 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2454 $as_echo "$as_me: updating cache $cache_file" >&6;}
2455 if test ! -f "$cache_file" || test -h "$cache_file"; then
2456 cat confcache >"$cache_file"
2458 case $cache_file in #(
2460 mv -f confcache "$cache_file"$$ &&
2461 mv -f "$cache_file"$$ "$cache_file" ;; #(
2463 mv -f confcache "$cache_file" ;;
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2469 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}