Lines Matching refs:cache_file
1848 if test -r "$cache_file"; then
1851 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1852 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1853 $as_echo "$as_me: loading cache $cache_file" >&6;}
1854 case $cache_file in
1855 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1856 *) . "./$cache_file";;
1860 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1861 $as_echo "$as_me: creating cache $cache_file" >&6;}
1862 >$cache_file
4060 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4061 if test -w "$cache_file"; then
4062 if test "x$cache_file" != "x/dev/null"; then
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4064 $as_echo "$as_me: updating cache $cache_file" >&6;}
4065 if test ! -f "$cache_file" || test -h "$cache_file"; then
4066 cat confcache >"$cache_file"
4068 case $cache_file in #(
4070 mv -f confcache "$cache_file"$$ &&
4071 mv -f "$cache_file"$$ "$cache_file" ;; #(
4073 mv -f confcache "$cache_file" ;;
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4079 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}