Home | History | Annotate | Download | only in readline

Lines Matching refs:cache_file

675 cache_file=/dev/null
751 ac_prev=cache_file ;;
754 cache_file=$ac_optarg ;;
757 cache_file=config.cache ;;
1629 if test -r "$cache_file"; then
1632 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1633 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1634 $as_echo "$as_me: loading cache $cache_file" >&6;}
1635 case $cache_file in
1636 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1637 *) . "./$cache_file";;
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1642 $as_echo "$as_me: creating cache $cache_file" >&6;}
1643 >$cache_file
1701 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2410 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2411 if test -w "$cache_file"; then
2412 if test "x$cache_file" != "x/dev/null"; then
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2414 $as_echo "$as_me: updating cache $cache_file" >&6;}
2415 if test ! -f "$cache_file" || test -h "$cache_file"; then
2416 cat confcache >"$cache_file"
2418 case $cache_file in #(
2420 mv -f confcache "$cache_file"$$ &&
2421 mv -f "$cache_file"$$ "$cache_file" ;; #(
2423 mv -f confcache "$cache_file" ;;
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2429 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3546 ac_prev=cache_file ;;
3653 case $cache_file in
3654 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
3656 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;