Home | History | Annotate | Download | only in elfutils

Lines Matching refs:cache_file

288 cache_file=/dev/null
349 ac_prev=cache_file ;;
352 cache_file=$ac_optarg ;;
355 cache_file=config.cache ;;
1199 if test -r "$cache_file"; then
1202 if test -f "$cache_file"; then
1203 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1204 echo "$as_me: loading cache $cache_file" >&6;}
1205 case $cache_file in
1206 [\\/]* | ?:[\\/]* ) . $cache_file;;
1207 *) . ./$cache_file;;
1211 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1212 echo "$as_me: creating cache $cache_file" >&6;}
1213 >$cache_file
1262 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1263 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
5758 if diff $cache_file confcache >/dev/null 2>&1; then :; else
5759 if test -w $cache_file; then
5760 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5761 cat confcache >$cache_file
5763 echo "not updating unwritable cache $cache_file"