Home | History | Annotate | Download | only in dist

Lines Matching refs:postlink_cmds

10410 	if test -n "$postlink_cmds"; then
10412 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
10413 func_execute_cmds "$postlink_cmds" 'exit $?'
10462 if test -n "$postlink_cmds"; then
10464 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
10465 func_execute_cmds "$postlink_cmds" 'exit $?'
10502 if test -n "$postlink_cmds"; then
10504 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
10505 func_execute_cmds "$postlink_cmds" 'exit $?'