summaryrefslogtreecommitdiff
path: root/templates/cdt6cproject.mpd
diff options
context:
space:
mode:
authorcleeland <cleeland@a3e5c962-4219-0410-a828-e124f845ac39>2010-08-31 20:26:36 +0000
committercleeland <cleeland@a3e5c962-4219-0410-a828-e124f845ac39>2010-08-31 20:26:36 +0000
commit714af5ad9403574f7560e32c3d31f7327c0a91f6 (patch)
tree372b037201525c973ee434ff974266fea36cf879 /templates/cdt6cproject.mpd
parent8627b3f4c56b45ee04fb5d83c160e0f11158efcc (diff)
downloadMPC-714af5ad9403574f7560e32c3d31f7327c0a91f6.tar.gz
Fix for remedynl ciaosupport #2571 <%quote%> issue, OCI RT 14317.
Diffstat (limited to 'templates/cdt6cproject.mpd')
-rw-r--r--templates/cdt6cproject.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cdt6cproject.mpd b/templates/cdt6cproject.mpd
index 58164954..9bac23ab 100644
--- a/templates/cdt6cproject.mpd
+++ b/templates/cdt6cproject.mpd
@@ -219,7 +219,7 @@ all: $(GENERATED)
rcbsApplicability="override"
resourcePath="<%custom_type->input_file%>"
toolsToInvoke="org.eclipse.cdt.managedbuilder.ui.rcbs.467489715">
- <tool announcement="Invoking <%if(flag_overrides(custom_type->input_file, command))%><%translate_vars(flag_overrides(custom_type->input_file, command), 1)%><%else%><%translate_vars(custom_type->command, 1)%><%endif%> on <%custom_type->input_file%>"
+ <tool announcement="Invoking custom build step for type <%custom_type%> on <%custom_type->input_file%>"
command="<%shell%> ..<%slash%><%create_aux_file(platform, _, configuration, _, custom_type, _, normalize(custom_type->input_file), script_ext)%><%script_hdr%>
<%comment(LIBPATH)%><%if(custom_type->libpath)%><%setenv%> <%libenv%>=<%envvar_pre%><%libenv%><%envvar_post%><%pathsep%><%translate_vars(custom_type->libpath)%>
<%endif%>cd ..<%slash%>..