Lines Matching refs:cache_file
780 cache_file=/dev/null
856 ac_prev=cache_file ;;
859 cache_file=$ac_optarg ;;
862 cache_file=config.cache ;;
2343 if test -r "$cache_file"; then
2346 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2348 $as_echo "$as_me: loading cache $cache_file" >&6;}
2349 case $cache_file in
2350 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2351 *) . "./$cache_file";;
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2356 $as_echo "$as_me: creating cache $cache_file" >&6;}
2357 >$cache_file
2415 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
7940 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7941 if test -w "$cache_file"; then
7942 if test "x$cache_file" != "x/dev/null"; then
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7944 $as_echo "$as_me: updating cache $cache_file" >&6;}
7945 if test ! -f "$cache_file" || test -h "$cache_file"; then
7946 cat confcache >"$cache_file"
7948 case $cache_file in #(
7950 mv -f confcache "$cache_file"$$ &&
7951 mv -f "$cache_file"$$ "$cache_file" ;; #(
7953 mv -f confcache "$cache_file" ;;
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7959 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}