Home | History | Annotate | Download | only in binutils-2.25

Lines Matching refs:to

23 # As a special exception to the GNU General Public License, if you
29 # bugs to <bug-automake@gnu.org> or send patches to
42 # The CPP macro used to guard inclusion of FILE.
54 # Return STRING (or stdin) quoted to be used as a sed pattern.
82 PROGRAM is program to run
83 ARGS are passed to PROG
87 Report bugs to <bug-automake@gnu.org>.
118 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
120 # during the conversion from y.tab.c to parse.c.
134 to=$1
136 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
137 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
140 # The program to run.
168 to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
172 case $to in
173 [\\/]* | ?:[\\/]*) target=$to;;
174 *) target=../$to;;
177 # Do not overwrite unchanged header files to avoid useless
180 # output of all other files to a temporary file so we can
181 # compare them to existing versions.
200 echo "$to is unchanged"
203 echo "updating $to"
209 # blatant hack to let us support using "yacc -d". If -d is not