• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/ntp/sntp/

Lines Matching refs:cache_file

958 cache_file=/dev/null
1034 ac_prev=cache_file ;;
1037 cache_file=$ac_optarg ;;
1040 cache_file=config.cache ;;
2682 if test -r "$cache_file"; then
2685 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2686 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2687 $as_echo "$as_me: loading cache $cache_file" >&6;}
2688 case $cache_file in
2689 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2690 *) . "./$cache_file";;
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2695 $as_echo "$as_me: creating cache $cache_file" >&6;}
2696 >$cache_file
2755 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2841 case "$cache_file" in
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: $cache_file saved by another version, ignored." >&5
2910 $as_echo "$as_me: $cache_file saved by another version, ignored." >&6;}
2913 { $as_echo "$as_me:${as_lineno-$LINENO}: $cache_file version: $c_version" >&5
2914 $as_echo "$as_me: $cache_file version: $c_version" >&6;}
26629 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26630 if test -w "$cache_file"; then
26631 if test "x$cache_file" != "x/dev/null"; then
26632 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
26633 $as_echo "$as_me: updating cache $cache_file" >&6;}
26634 if test ! -f "$cache_file" || test -h "$cache_file"; then
26635 cat confcache >"$cache_file"
26637 case $cache_file in #(
26639 mv -f confcache "$cache_file"$$ &&
26640 mv -f "$cache_file"$$ "$cache_file" ;; #(
26642 mv -f confcache "$cache_file" ;;
26647 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
26648 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28924 ac_prev=cache_file ;;
29031 case $cache_file in
29032 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
29034 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;