Lines Matching refs:cache_file
2053 if test -r "$cache_file"; then
2056 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2057 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2058 $as_echo "$as_me: loading cache $cache_file" >&6;}
2059 case $cache_file in
2060 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2061 *) . "./$cache_file";;
2065 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2066 $as_echo "$as_me: creating cache $cache_file" >&6;}
2067 >$cache_file
7061 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7062 if test -w "$cache_file"; then
7063 if test "x$cache_file" != "x/dev/null"; then
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7065 $as_echo "$as_me: updating cache $cache_file" >&6;}
7066 if test ! -f "$cache_file" || test -h "$cache_file"; then
7067 cat confcache >"$cache_file"
7069 case $cache_file in #(
7071 mv -f confcache "$cache_file"$$ &&
7072 mv -f "$cache_file"$$ "$cache_file" ;; #(
7074 mv -f confcache "$cache_file" ;;
7079 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7080 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
8425 case $cache_file in
8426 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
8428 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;