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

Lines Matching refs:postlink_cmds

8910 	if test -n "$postlink_cmds"; then
8912 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
8913 func_execute_cmds "$postlink_cmds" 'exit $?'
8962 if test -n "$postlink_cmds"; then
8964 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
8965 func_execute_cmds "$postlink_cmds" 'exit $?'
9001 if test -n "$postlink_cmds"; then
9003 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'`
9004 func_execute_cmds "$postlink_cmds" 'exit $?'