Home | History | Annotate | Download | only in dist

Lines Matching refs:cache_file

698 cache_file=/dev/null
774 ac_prev=cache_file ;;
777 cache_file=$ac_optarg ;;
780 cache_file=config.cache ;;
1663 if test -r "$cache_file"; then
1666 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1668 $as_echo "$as_me: loading cache $cache_file" >&6;}
1669 case $cache_file in
1670 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1671 *) . "./$cache_file";;
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1676 $as_echo "$as_me: creating cache $cache_file" >&6;}
1677 >$cache_file
1735 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3186 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3187 if test -w "$cache_file"; then
3188 if test "x$cache_file" != "x/dev/null"; then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3190 $as_echo "$as_me: updating cache $cache_file" >&6;}
3191 if test ! -f "$cache_file" || test -h "$cache_file"; then
3192 cat confcache >"$cache_file"
3194 case $cache_file in #(
3196 mv -f confcache "$cache_file"$$ &&
3197 mv -f "$cache_file"$$ "$cache_file" ;; #(
3199 mv -f confcache "$cache_file" ;;
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3205 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}