Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:cache_file

19 cache_file=./config.cache
67 ac_prev=cache_file ;;
70 cache_file="$ac_optarg" ;;
373 if test -r "$cache_file"; then
374 echo "loading cache $cache_file"
375 . $cache_file
377 echo "creating cache $cache_file"
378 > $cache_file
1364 if test -w $cache_file; then
1365 echo "updating cache $cache_file"
1366 cat > $cache_file <<\EOF
1385 >> $cache_file
1387 echo "not updating unwritable cache $cache_file"