Home | History | Annotate | Download | only in main

Lines Matching refs:cache_file

846 cache_file=/dev/null
921 ac_prev=cache_file ;;
924 cache_file=$ac_optarg ;;
927 cache_file=config.cache ;;
2383 if test -r "$cache_file"; then
2386 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2387 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2388 $as_echo "$as_me: loading cache $cache_file" >&6;}
2389 case $cache_file in
2390 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2391 *) . "./$cache_file";;
2395 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2396 $as_echo "$as_me: creating cache $cache_file" >&6;}
2397 >$cache_file
2458 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
9226 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
9227 if test -w "$cache_file"; then
9228 test "x$cache_file" != "x/dev/null" &&
9229 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
9230 $as_echo "$as_me: updating cache $cache_file" >&6;}
9231 cat confcache >$cache_file
9233 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
9234 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}