Home | History | Annotate | Download | only in config

Lines Matching refs:postlink_cmds

10397 	if test -n "$postlink_cmds"; then
10399 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
10400 func_execute_cmds "$postlink_cmds" 'exit $?'
10449 if test -n "$postlink_cmds"; then
10451 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
10452 func_execute_cmds "$postlink_cmds" 'exit $?'
10489 if test -n "$postlink_cmds"; then
10491 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'`
10492 func_execute_cmds "$postlink_cmds" 'exit $?'