Home | History | Annotate | Download | only in strace

Lines Matching refs:cache_file

320 cache_file=/dev/null
381 ac_prev=cache_file ;;
384 cache_file=$ac_optarg ;;
387 cache_file=config.cache ;;
1216 if test -r "$cache_file"; then
1219 if test -f "$cache_file"; then
1220 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1221 echo "$as_me: loading cache $cache_file" >&6;}
1222 case $cache_file in
1223 [\\/]* | ?:[\\/]* ) . $cache_file;;
1224 *) . ./$cache_file;;
1228 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1229 echo "$as_me: creating cache $cache_file" >&6;}
1230 >$cache_file
1279 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1280 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
8306 if diff $cache_file confcache >/dev/null 2>&1; then :; else
8307 if test -w $cache_file; then
8308 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
8309 cat confcache >$cache_file
8311 echo "not updating unwritable cache $cache_file"