Home | History | Annotate | Download | only in e2fsprogs

Lines Matching refs:cache_file

799 cache_file=/dev/null
874 ac_prev=cache_file ;;
877 cache_file=$ac_optarg ;;
880 cache_file=config.cache ;;
1746 if test -r "$cache_file"; then
1749 if test -f "$cache_file"; then
1750 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1751 echo "$as_me: loading cache $cache_file" >&6;}
1752 case $cache_file in
1753 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1754 *) . "./$cache_file";;
1758 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1759 echo "$as_me: creating cache $cache_file" >&6;}
1760 >$cache_file
1807 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1808 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
15377 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15378 if test -w "$cache_file"; then
15379 test "x$cache_file" != "x/dev/null" &&
15380 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
15381 echo "$as_me: updating cache $cache_file" >&6;}
15382 cat confcache >$cache_file
15384 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
15385 echo "$as_me: not updating unwritable cache $cache_file" >&6;}