Lines Matching refs:cache_file
858 cache_file=/dev/null
934 ac_prev=cache_file ;;
937 cache_file=$ac_optarg ;;
940 cache_file=config.cache ;;
2480 if test -r "$cache_file"; then
2483 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2485 $as_echo "$as_me: loading cache $cache_file" >&6;}
2486 case $cache_file in
2487 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2488 *) . "./$cache_file";;
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2493 $as_echo "$as_me: creating cache $cache_file" >&6;}
2494 >$cache_file
2552 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
18511 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18512 if test -w "$cache_file"; then
18513 if test "x$cache_file" != "x/dev/null"; then
18514 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18515 $as_echo "$as_me: updating cache $cache_file" >&6;}
18516 if test ! -f "$cache_file" || test -h "$cache_file"; then
18517 cat confcache >"$cache_file"
18519 case $cache_file in #(
18521 mv -f confcache "$cache_file"$$ &&
18522 mv -f "$cache_file"$$ "$cache_file" ;; #(
18524 mv -f confcache "$cache_file" ;;
18529 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18530 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}