Skip to content

Commit 1f1b65c

Browse files
committed
Updated command line with ${_\_}
1 parent d8843b2 commit 1f1b65c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Lab6_Solution/app.X/nbproject/configurations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<makeUseCleanTarget>false</makeUseCleanTarget>
102102
<makeCustomizationPreStep></makeCustomizationPreStep>
103103
<makeCustomizationPostStepEnabled>true</makeCustomizationPostStepEnabled>
104-
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; postBuild${ShExtension} $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug}</makeCustomizationPostStep>
104+
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; ${_\_}postBuild${ShExtension} $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug}</makeCustomizationPostStep>
105105
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
106106
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
107107
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>

Lab7_Solution/app.X/nbproject/configurations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<makeUseCleanTarget>false</makeUseCleanTarget>
102102
<makeCustomizationPreStep></makeCustomizationPreStep>
103103
<makeCustomizationPostStepEnabled>true</makeCustomizationPostStepEnabled>
104-
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; postBuild${ShExtension} $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug} &amp;&amp; combineAppAndBootloaderHex.bat </makeCustomizationPostStep>
104+
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; ${_\_}postBuild${ShExtension} $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug} &amp;&amp; combineAppAndBootloaderHex.bat </makeCustomizationPostStep>
105105
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
106106
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
107107
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>

Lab9_Solution/iot_app.X/nbproject/configurations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<makeUseCleanTarget>false</makeUseCleanTarget>
102102
<makeCustomizationPreStep></makeCustomizationPreStep>
103103
<makeCustomizationPostStepEnabled>true</makeCustomizationPostStepEnabled>
104-
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; postBuild${ShExtension} $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug}</makeCustomizationPostStep>
104+
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; ${_\_}postBuild${ShExtension} $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug}</makeCustomizationPostStep>
105105
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
106106
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
107107
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>

0 commit comments

Comments
 (0)