Lines Matching refs:cache_file
1682 if test -r "$cache_file"; then
1685 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1687 $as_echo "$as_me: loading cache $cache_file" >&6;}
1688 case $cache_file in
1689 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1690 *) . "./$cache_file";;
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1695 $as_echo "$as_me: creating cache $cache_file" >&6;}
1696 >$cache_file
2379 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2380 if test -w "$cache_file"; then
2381 if test "x$cache_file" != "x/dev/null"; then
2382 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2383 $as_echo "$as_me: updating cache $cache_file" >&6;}
2384 if test ! -f "$cache_file" || test -h "$cache_file"; then
2385 cat confcache >"$cache_file"
2387 case $cache_file in #(
2389 mv -f confcache "$cache_file"$$ &&
2390 mv -f "$cache_file"$$ "$cache_file" ;; #(
2392 mv -f confcache "$cache_file" ;;
2397 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2398 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3597 case $cache_file in
3598 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
3600 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;