Lines Matching refs:cache_file
730 cache_file=/dev/null
805 ac_prev=cache_file ;;
808 cache_file=$ac_optarg ;;
811 cache_file=config.cache ;;
2149 if test -r "$cache_file"; then
2152 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2153 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2154 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2155 case $cache_file in
2156 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2157 *) . "./$cache_file";;
2161 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2162 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2163 >$cache_file
2555 as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file'
8121 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8122 if test -w "$cache_file"; then
8123 if test "x$cache_file" != "x/dev/null"; then
8124 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8125 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
8126 if test ! -f "$cache_file" || test -h "$cache_file"; then
8127 cat confcache >"$cache_file"
8129 case $cache_file in #(
8131 mv -f confcache "$cache_file"$$ &&
8132 mv -f "$cache_file"$$ "$cache_file" ;; #(
8134 mv -f confcache "$cache_file" ;;
8139 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8140 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}