Home | History | Annotate | Download | only in build-aux

Lines Matching refs:this_file

269 for this_file in "$1".?o? "$1".aux "$1".?? "$1".idx; do
271 test -s "$this_file" || continue
275 first_character=`sed -n '1s/^\(.\).*$/\1/p;q' $this_file`
278 xref_files="$xref_files ./$this_file"
612 for this_file in $new_xref_files; do
613 $verbose "Comparing xref file `echo $this_file | sed 's|\./||g'` ..."
615 if cmp -s "$this_file" "$tmpdir_bak/$this_file"; then :; else
620 $verbose "xref file `echo $this_file | sed 's|\./||g'` differed ..."
621 test "$debug" = t && diff -c "$tmpdir_bak/$this_file" "$this_file"