Home | History | Annotate | Download | only in dist

Lines Matching refs:cache_file

872 cache_file=/dev/null
948 ac_prev=cache_file ;;
951 cache_file=$ac_optarg ;;
954 cache_file=config.cache ;;
2308 if test -r "$cache_file"; then
2311 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2313 $as_echo "$as_me: loading cache $cache_file" >&6;}
2314 case $cache_file in
2315 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2316 *) . "./$cache_file";;
2320 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2321 $as_echo "$as_me: creating cache $cache_file" >&6;}
2322 >$cache_file
2380 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
19217 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
19218 if test -w "$cache_file"; then
19219 if test "x$cache_file" != "x/dev/null"; then
19220 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19221 $as_echo "$as_me: updating cache $cache_file" >&6;}
19222 if test ! -f "$cache_file" || test -h "$cache_file"; then
19223 cat confcache >"$cache_file"
19225 case $cache_file in #(
19227 mv -f confcache "$cache_file"$$ &&
19228 mv -f "$cache_file"$$ "$cache_file" ;; #(
19230 mv -f confcache "$cache_file" ;;
19235 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19236 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}