Home | History | Annotate | Download | only in librumpuser

Lines Matching refs:cache_file

709 cache_file=/dev/null
785 ac_prev=cache_file ;;
788 cache_file=$ac_optarg ;;
791 cache_file=config.cache ;;
2135 if test -r "$cache_file"; then
2138 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2139 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2140 $as_echo "$as_me: loading cache $cache_file" >&6;}
2141 case $cache_file in
2142 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2143 *) . "./$cache_file";;
2147 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2148 $as_echo "$as_me: creating cache $cache_file" >&6;}
2149 >$cache_file
2207 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
4277 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4278 if test -w "$cache_file"; then
4279 if test "x$cache_file" != "x/dev/null"; then
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4281 $as_echo "$as_me: updating cache $cache_file" >&6;}
4282 if test ! -f "$cache_file" || test -h "$cache_file"; then
4283 cat confcache >"$cache_file"
4285 case $cache_file in #(
4287 mv -f confcache "$cache_file"$$ &&
4288 mv -f "$cache_file"$$ "$cache_file" ;; #(
4290 mv -f confcache "$cache_file" ;;
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4296 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}