Home | History | Annotate | Download | only in libcody

Lines Matching refs:cache_file

680 cache_file=/dev/null
756 ac_prev=cache_file ;;
759 cache_file=$ac_optarg ;;
762 cache_file=config.cache ;;
1740 if test -r "$cache_file"; then
1743 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1745 $as_echo "$as_me: loading cache $cache_file" >&6;}
1746 case $cache_file in
1747 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1748 *) . "./$cache_file";;
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1753 $as_echo "$as_me: creating cache $cache_file" >&6;}
1754 >$cache_file
1812 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2953 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2954 if test -w "$cache_file"; then
2955 if test "x$cache_file" != "x/dev/null"; then
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2957 $as_echo "$as_me: updating cache $cache_file" >&6;}
2958 if test ! -f "$cache_file" || test -h "$cache_file"; then
2959 cat confcache >"$cache_file"
2961 case $cache_file in #(
2963 mv -f confcache "$cache_file"$$ &&
2964 mv -f "$cache_file"$$ "$cache_file" ;; #(
2966 mv -f confcache "$cache_file" ;;
2971 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2972 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}