Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:cache_file

712 cache_file=/dev/null
787 ac_prev=cache_file ;;
790 cache_file=$ac_optarg ;;
793 cache_file=config.cache ;;
1624 if test -r "$cache_file"; then
1627 if test -f "$cache_file"; then
1628 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1629 echo "$as_me: loading cache $cache_file" >&6;}
1630 case $cache_file in
1631 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1632 *) . "./$cache_file";;
1636 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1637 echo "$as_me: creating cache $cache_file" >&6;}
1638 >$cache_file
1685 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1686 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
5966 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5967 if test -w "$cache_file"; then
5968 test "x$cache_file" != "x/dev/null" &&
5969 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
5970 echo "$as_me: updating cache $cache_file" >&6;}
5971 cat confcache >$cache_file
5973 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
5974 echo "$as_me: not updating unwritable cache $cache_file" >&6;}