Lines Matching refs:cache_file
855 cache_file=/dev/null
932 ac_prev=cache_file ;;
935 cache_file=$ac_optarg ;;
938 cache_file=config.cache ;;
2723 if test -r "$cache_file"; then
2726 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2728 $as_echo "$as_me: loading cache $cache_file" >&6;}
2729 case $cache_file in
2730 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2731 *) . "./$cache_file";;
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2736 $as_echo "$as_me: creating cache $cache_file" >&6;}
2737 >$cache_file
3596 as_fn_error $? "cached CC is different -- throw away $cache_file
15517 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15518 if test -w "$cache_file"; then
15519 if test "x$cache_file" != "x/dev/null"; then
15520 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15521 $as_echo "$as_me: updating cache $cache_file" >&6;}
15522 if test ! -f "$cache_file" || test -h "$cache_file"; then
15523 cat confcache >"$cache_file"
15525 case $cache_file in #(
15527 mv -f confcache "$cache_file"$$ &&
15528 mv -f "$cache_file"$$ "$cache_file" ;; #(
15530 mv -f confcache "$cache_file" ;;
15535 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15536 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}